Simplification

This commit is contained in:
M66B
2019-07-01 20:34:02 +02:00
parent 4888ee8482
commit 2699b34bcf
5 changed files with 16 additions and 17 deletions

View File

@@ -170,7 +170,7 @@ abstract class ActivityBilling extends ActivityBase implements PurchasesUpdatedL
if (result.getResponseCode() != BillingClient.BillingResponseCode.OK)
Toast.makeText(this, text, Toast.LENGTH_LONG).show();
} else
Helper.view(this, this, getIntentPro());
Helper.view(this, getIntentPro());
}
private void onActivatePro(Intent intent) {