* commit '33bbbb0d333223451eb24d6b462840755fb51152': Re-activate emoji keyboard shortcut.
This commit is contained in:
commit
8aed171ccb
1 changed files with 0 additions and 4 deletions
|
@ -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 a new issue