mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
am de674ac0
: Re-activate emoji keyboard shortcut.
* commit 'de674ac02ee0090078f1ec0d286f26ef19cdeebb': Re-activate emoji keyboard shortcut.
This commit is contained in:
commit
33bbbb0d33
@ -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