mirror of
https://github.com/nextcloud/android.git
synced 2024-11-30 18:21:10 +03:00
show correct title when switching to "on device"
This commit is contained in:
parent
292b4bf83e
commit
9d7a831114
1 changed files with 1 additions and 0 deletions
|
@ -425,6 +425,7 @@ public abstract class DrawerActivity extends ToolbarActivity implements DisplayU
|
|||
case R.id.nav_on_device:
|
||||
menuItem.setChecked(true);
|
||||
mCheckedMenuItem = menuItem.getItemId();
|
||||
EventBus.getDefault().post(new ChangeMenuEvent());
|
||||
showFiles(true);
|
||||
break;
|
||||
case R.id.nav_uploads:
|
||||
|
|
Loading…
Reference in a new issue