Merge branch 'Fix-return-value-of-onKeyDispatch'

This commit is contained in:
Mikhail Barashkov 2022-08-29 19:29:49 +03:00
commit 0209bb42a2

View file

@ -5993,7 +5993,7 @@ public class LaunchActivity extends BasePermissionsActivity implements ActionBar
} }
} }
try { try {
super.dispatchKeyEvent(event); return super.dispatchKeyEvent(event);
} catch (Exception e) { } catch (Exception e) {
FileLog.e(e); FileLog.e(e);
} }