Start canary from nav menu

This commit is contained in:
M66B
2022-04-17 14:26:38 +02:00
parent 5b5d93f1f2
commit 189f9bff0c
3 changed files with 20 additions and 1 deletions

View File

@@ -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() {