Use custom tabs as view whenever possible

This commit is contained in:
M66B
2018-09-19 11:19:16 +00:00
parent 30d69cb880
commit 8b14f68a35
4 changed files with 20 additions and 9 deletions

View File

@@ -118,7 +118,7 @@ abstract class ActivityBilling extends ActivityBase implements PurchasesUpdatedL
if (responseCode != BillingClient.BillingResponse.OK)
Snackbar.make(getView(), text, Snackbar.LENGTH_LONG).show();
} else
startActivity(getIntentPro());
Helper.view(this, getIntentPro());
}
private void onActivatePro(Intent intent) {