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