mirror of
https://github.com/DrKLO/Telegram.git
synced 2025-01-03 09:49:15 +01:00
Merge branch 'Fix-return-value-of-onKeyDispatch'
This commit is contained in:
commit
0209bb42a2
1 changed files with 1 additions and 1 deletions
|
@ -5993,7 +5993,7 @@ public class LaunchActivity extends BasePermissionsActivity implements ActionBar
|
|||
}
|
||||
}
|
||||
try {
|
||||
super.dispatchKeyEvent(event);
|
||||
return super.dispatchKeyEvent(event);
|
||||
} catch (Exception e) {
|
||||
FileLog.e(e);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue