Compare commits

...

2 Commits
0.57 ... 0.58

Author SHA1 Message Date
M66B
acd5faddf3 0.58 release 2018-09-17 06:50:50 +00:00
M66B
307554202f Fixed crash 2018-09-17 06:49:11 +00:00
3 changed files with 2 additions and 5 deletions

Binary file not shown.

View File

@@ -6,8 +6,8 @@ android {
applicationId "eu.faircode.email"
minSdkVersion 23
targetSdkVersion 28
versionCode 57
versionName "0.57"
versionCode 58
versionName "0.58"
archivesBaseName = "FairEmail-v$versionName"
javaCompileOptions {

View File

@@ -138,9 +138,6 @@ abstract class ActivityBilling extends ActivityBase implements PurchasesUpdatedL
Log.i(Helper.TAG, "Response invalid");
Snackbar.make(getView(), R.string.title_pro_invalid, Snackbar.LENGTH_LONG).show();
}
intent.setData(null);
setIntent(intent);
} catch (NoSuchAlgorithmException ex) {
Log.e(Helper.TAG, Log.getStackTraceString(ex));
Helper.unexpectedError(this, ex);