mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Re-activate emoji keyboard shortcut.
Bug 23900149. Change-Id: Iff8a3892bb88f82736e5fa680c38d98cda4d2777 (cherry picked from commit e1641395e30de7b53b06fc5c820ea83bf04b3aad)
This commit is contained in:
parent
cada0b3374
commit
de674ac02e
@ -74,10 +74,6 @@ final class EmojiAltPhysicalKeyDetector {
|
|||||||
if (mAltHasBeenUsedAsAModifier) {
|
if (mAltHasBeenUsedAsAModifier) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (!mRichInputConnection.isConnected()) {
|
|
||||||
Log.w(TAG, "onKeyUp() : No connection to text view");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
onEmojiAltKeyDetected();
|
onEmojiAltKeyDetected();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user