1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-28 02:37:16 +00:00

Long press about/setup for pro features

This commit is contained in:
M66B 2021-12-11 17:32:47 +01:00
parent ef20425ddf
commit f9af91a8e6

View file

@ -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);