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

Commit 16f682ca authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix InsetsSourceConsumer visibility" into qt-dev

parents 0d5d43c7 fb1689f1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -153,6 +153,7 @@ public class InsetsSourceConsumer {
            return;
        }
        mVisible = visible;
        applyHiddenToControl();
        applyLocalVisibilityOverride();
        mController.notifyVisibilityChanged();
    }