mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
* commit '6376811b076b48bae2f129ccb6173f6418ac5960': Re-activate emoji keyboard shortcut.
This commit is contained in:
commit
8ca240522d
@ -74,10 +74,6 @@ final class EmojiAltPhysicalKeyDetector {
|
||||
if (mAltHasBeenUsedAsAModifier) {
|
||||
return;
|
||||
}
|
||||
if (!mRichInputConnection.isConnected()) {
|
||||
Log.w(TAG, "onKeyUp() : No connection to text view");
|
||||
return;
|
||||
}
|
||||
onEmojiAltKeyDetected();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user