mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Fix indent.
This is a follow up for the previous commit to fix indent. BUG: 12964092 Change-Id: I0530b1c0dae26ac736ddcc6d426ec6ce57bce4d1
This commit is contained in:
parent
50fbe4cc09
commit
cfe26bbcde
@ -723,7 +723,7 @@ public final class EmojiPalettesView extends LinearLayout implements OnTabChange
|
|||||||
// Make sure the delayed key-down event (highlight effect and haptic feedback) will be
|
// Make sure the delayed key-down event (highlight effect and haptic feedback) will be
|
||||||
// canceled.
|
// canceled.
|
||||||
final EmojiPageKeyboardView currentKeyboardView =
|
final EmojiPageKeyboardView currentKeyboardView =
|
||||||
mActiveKeyboardViews.get(mActivePosition);
|
mActiveKeyboardViews.get(mActivePosition);
|
||||||
currentKeyboardView.releaseCurrentKey();
|
currentKeyboardView.releaseCurrentKey();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user