mirror of
https://github.com/DrKLO/Telegram.git
synced 2025-01-05 10:24:41 +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 {
|
try {
|
||||||
super.dispatchKeyEvent(event);
|
return super.dispatchKeyEvent(event);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
FileLog.e(e);
|
FileLog.e(e);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue