Close settings

This commit is contained in:
M66B
2021-05-13 20:31:16 +02:00
parent f4a52222ce
commit e2b6227bc6
3 changed files with 2 additions and 12 deletions

View File

@@ -186,7 +186,7 @@ public class ActivitySetup extends ActivityBase implements FragmentManager.OnBac
final List<NavMenuItem> menus = new ArrayList<>();
menus.add(new NavMenuItem(R.drawable.twotone_exit_to_app_24, R.string.menu_exit, new Runnable() {
menus.add(new NavMenuItem(R.drawable.twotone_close_24, R.string.title_setup_close, new Runnable() {
@Override
public void run() {
drawerLayout.closeDrawer(drawerContainer, false);