mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 22:26:06 +02:00
Use custom tabs as view whenever possible
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user