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

Commit 8419b047 authored by Selim Cinek's avatar Selim Cinek Committed by android-build-merger
Browse files

Merge "Fixed an issue where the statusbar was expanded" into oc-dr1-dev am:...

Merge "Fixed an issue where the statusbar was expanded" into oc-dr1-dev am: bbd9264c am: 61029fb0
am: 6359dcd7

Change-Id: Ic15d15ed1750fc85cdbd3176ba0e1bb087c66dde
parents 54f43fbf 6359dcd7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -516,6 +516,7 @@ public class ScrimController implements ViewTreeObserver.OnPreDrawListener,
        } else {
            scrim.setAlpha(alpha1);
        }
        dispatchScrimsVisible();
    }

    private void startScrimAnimation(final View scrim, float target) {
@@ -548,6 +549,7 @@ public class ScrimController implements ViewTreeObserver.OnPreDrawListener,
                }
                scrim.setTag(TAG_KEY_ANIM, null);
                scrim.setTag(TAG_KEY_ANIM_TARGET, null);
                dispatchScrimsVisible();
            }
        });
        anim.start();