mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
Bug 1293463 - Show the dynamic toolbar whenever the soft keyboard is shown. r=sebastian
This commit is contained in:
parent
7f2f8dacb4
commit
7baf3d319f
@ -262,6 +262,7 @@ class GeckoInputConnection
|
||||
v.clearFocus();
|
||||
v.requestFocus();
|
||||
}
|
||||
GeckoAppShell.getLayerView().getDynamicToolbarAnimator().showToolbar(/*immediately*/true);
|
||||
mSoftInputReentrancyGuard = true;
|
||||
imm.showSoftInput(v, 0);
|
||||
mSoftInputReentrancyGuard = false;
|
||||
|
Loading…
Reference in New Issue
Block a user