mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Revert "Bug 5352720: IME_FLAG_NO_EXTRACT_UI is not enforced"
This reverts commit b1bc5fd896329a39ad51a8c79e2970750c814ea0. (If3a73179) Bug: 5410786
This commit is contained in:
parent
31e6d20db0
commit
d874ac581e
@ -1039,17 +1039,8 @@ public class LatinIME extends InputMethodServiceCompatWrapper implements Keyboar
|
||||
|
||||
@Override
|
||||
public boolean onEvaluateFullscreenMode() {
|
||||
if (!super.onEvaluateFullscreenMode()) return false;
|
||||
|
||||
final EditorInfo ei = getCurrentInputEditorInfo();
|
||||
if (ei != null) {
|
||||
final int imeOptions = ei.imeOptions;
|
||||
if ((imeOptions & EditorInfo.IME_FLAG_NO_EXTRACT_UI) != 0) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
return mResources.getBoolean(R.bool.config_use_fullscreen_mode);
|
||||
return super.onEvaluateFullscreenMode()
|
||||
&& mResources.getBoolean(R.bool.config_use_fullscreen_mode);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user