mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 05:05:31 +03:00
highlight correct menu drawer icon
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
parent
b3b1b8dbc0
commit
b557061410
1 changed files with 7 additions and 0 deletions
|
@ -119,6 +119,13 @@ public class TrashbinActivity extends DrawerActivity implements
|
|||
setupContent();
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void onResume() {
|
||||
super.onResume();
|
||||
|
||||
setDrawerMenuItemChecked(R.id.nav_trashbin);
|
||||
}
|
||||
|
||||
private void setupContent() {
|
||||
EmptyRecyclerView recyclerView = binding.list;
|
||||
recyclerView.setEmptyView(binding.emptyList.emptyListView);
|
||||
|
|
Loading…
Reference in a new issue