mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-01 02:21:37 +01:00
Simplification
This commit is contained in:
@@ -3689,11 +3689,6 @@ public class FragmentCompose extends FragmentBase {
|
||||
if (context == null)
|
||||
return;
|
||||
|
||||
if (!ActivityBilling.isPro(context)) {
|
||||
context.startActivity(new Intent(context, ActivityBilling.class));
|
||||
return;
|
||||
}
|
||||
|
||||
Bundle data = intent.getBundleExtra("args");
|
||||
long id = data.getLong("id");
|
||||
long duration = data.getLong("duration");
|
||||
|
||||
Reference in New Issue
Block a user