mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 03:46:00 +01:00
Long press about/setup for pro features
This commit is contained in:
@@ -297,6 +297,11 @@ public class ActivitySetup extends ActivityBase implements FragmentManager.OnBac
|
||||
drawerLayout.closeDrawer(drawerContainer);
|
||||
onMenuAbout();
|
||||
}
|
||||
}, new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
startActivity(new Intent(ActivitySetup.this, ActivityBilling.class));
|
||||
}
|
||||
}).setSubtitle(BuildConfig.VERSION_NAME));
|
||||
|
||||
adapter.set(menus, true);
|
||||
|
||||
Reference in New Issue
Block a user