Skip to content

Commit 53d4731

Browse files
committed
fix: back press handling in settings activity
Signed-off-by: alperozturk <[email protected]>
1 parent fb28959 commit 53d4731

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/java/com/owncloud/android/ui/activity/DrawerActivity.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -559,6 +559,7 @@ public void onMessageEvent(DummyDrawerEvent event) {
559559
private void onNavigationItemClicked(final MenuItem menuItem) {
560560
int itemId = menuItem.getItemId();
561561

562+
// Settings screen cannot display drawer menu thus no need to highlight
562563
if (itemId != R.id.nav_settings) {
563564
menuItemId = itemId;
564565
}

0 commit comments

Comments
 (0)