mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Merge "Use isFullscreenMode to determine candidate container height"
This commit is contained in:
commit
259ce17f5d
@ -917,7 +917,7 @@ public class LatinIME extends InputMethodServiceCompatWrapper implements Keyboar
|
||||
if (onEvaluateInputViewShown() && mCandidateViewContainer != null) {
|
||||
final boolean shouldShowCandidates = shown
|
||||
&& (needsInputViewShown ? mKeyboardSwitcher.isInputViewShown() : true);
|
||||
if (isExtractViewShown()) {
|
||||
if (isFullscreenMode()) {
|
||||
// No need to have extra space to show the key preview.
|
||||
mCandidateViewContainer.setMinimumHeight(0);
|
||||
mCandidateViewContainer.setVisibility(
|
||||
|
Loading…
Reference in New Issue
Block a user