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

Commit fa95edaf authored by Tarandeep Singh's avatar Tarandeep Singh Committed by Android (Google) Code Review
Browse files

Merge "Fix InsetsSourceConsumer visibility"

parents 492fa282 9602bd62
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();
    }