Fixed crash

pull/145/head
M66B 6 years ago
parent 709468a25b
commit 307554202f

@ -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);

Loading…
Cancel
Save