mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-28 10:47:28 +00:00
Long press about/setup for pro features
This commit is contained in:
parent
ef20425ddf
commit
f9af91a8e6
1 changed files with 5 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue