mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-22 20:24:03 -04:00
Add return statement to onKeyDown
This commit is contained in:
parent
7a2d10d2a7
commit
54fbf85fc6
@ -1334,7 +1334,7 @@ public class MainActivity extends BaseActivity implements WebViewCallback,
|
||||
} else {
|
||||
finish();
|
||||
}
|
||||
|
||||
return true;
|
||||
case KeyEvent.KEYCODE_MENU:
|
||||
openOptionsMenu();
|
||||
return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user