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

Commit c349c3d4 authored by Selim Cinek's avatar Selim Cinek
Browse files

Fixed a bug where the panel could be too small in certain cases

Because we were updating the views to be gone but the contentheight
was never updated.

Change-Id: Ic0a774e82469e48dbedefa09eace68aabaa6e8c3
parent a89ef23e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1299,6 +1299,7 @@ public abstract class BaseStatusBar extends SystemUI implements
            // Since the number of notifications is determined based on the height of the view, we
            // need to update them.
            updateRowStates();
            mStackScroller.onHeightChanged(null, false);
        }
    }