Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3f5a711d authored by Tiger Huang's avatar Tiger Huang Committed by Automerger Merge Worker
Browse files

Merge "Refine excludeInvisibleImeFrames" into tm-qpr-dev am: 973d686d

parents c4dd2c79 973d686d
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -909,6 +909,11 @@ public class InsetsState implements Parcelable {
            if (source == null && otherSource == null) {
                continue;
            }
            if (excludeInvisibleImeFrames && i == ITYPE_IME
                    && ((source == null && !otherSource.isVisible())
                            || (otherSource == null && !source.isVisible()))) {
                continue;
            }
            if (source == null || otherSource == null) {
                return false;
            }