Fix drawer selection for backup

This commit is contained in:
Dominik Schürmann
2015-10-15 18:57:08 +02:00
parent e4e44f35d8
commit f33168359c

View File

@@ -203,7 +203,7 @@ public class MainActivity extends BaseNfcActivity implements FabContainer, OnBac
private void onBackupSelected() {
mToolbar.setTitle(R.string.nav_backup);
mDrawer.setSelectionByIdentifier(ID_APPS, false);
mDrawer.setSelectionByIdentifier(ID_BACKUP, false);
Fragment frag = new DrawerBackupFragment();
setFragment(frag, true);
}