Bug 1293463 - Show the dynamic toolbar whenever the soft keyboard is shown. r=sebastian

This commit is contained in:
Randall Barker 2016-08-19 16:23:11 -07:00
parent 7f2f8dacb4
commit 7baf3d319f

View File

@ -262,6 +262,7 @@ class GeckoInputConnection
v.clearFocus();
v.requestFocus();
}
GeckoAppShell.getLayerView().getDynamicToolbarAnimator().showToolbar(/*immediately*/true);
mSoftInputReentrancyGuard = true;
imm.showSoftInput(v, 0);
mSoftInputReentrancyGuard = false;