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

Commit 82589af9 authored by Tiger Huang's avatar Tiger Huang Committed by Automerger Merge Worker
Browse files

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

parents 766ceaf8 3f5a711d
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;
            }