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

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

Fixed a bug where notifications could become all white

Bug: 27588152
Change-Id: I396ac9369b24f69de3c1d9034ebac91cc07feaeb
parent 2268bcf0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -188,6 +188,9 @@ public class ViewTransformationHelper implements TransformableView {

    @Override
    public void setVisible(boolean visible) {
        if (mViewTransformationAnimation != null) {
            mViewTransformationAnimation.cancel();
        }
        for (Integer viewType : mTransformedViews.keySet()) {
            TransformState ownState = getCurrentState(viewType);
            if (ownState != null) {