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

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

Fixed a bug with notification clipping

When rotating / layouting the clipping was not
updated which lead to a bug.

Change-Id: I614ad3948ae38a184276d0fa1d38b3888948fc61
parent 1740c625
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -118,6 +118,7 @@ public abstract class ExpandableView extends FrameLayout {
                setContentHeight(initialHeight);
            }
        }
        updateClipping();
    }

    /**