mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Start canary from nav menu
This commit is contained in:
@@ -849,6 +849,13 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
|
||||
drawerLayout.closeDrawer(drawerContainer);
|
||||
onMenuIssue();
|
||||
}
|
||||
}, new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
Intent canary = CoalMine.getIntent();
|
||||
if (canary != null)
|
||||
startActivity(canary);
|
||||
}
|
||||
}).setExternal(true));
|
||||
|
||||
extra.add(new NavMenuItem(R.drawable.twotone_language_24, R.string.menu_translate, new Runnable() {
|
||||
|
||||
Reference in New Issue
Block a user