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

Commit 95c23848 authored by Kevin Chyn's avatar Kevin Chyn Committed by Automerger Merge Worker
Browse files

Merge "Animate away instead of suddenly disappearing" into sc-dev am: 455138ee

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14073106

Change-Id: Ia2089b178986b4e9b3f826648640e9f20bbf1773
parents 1d5b0fe4 455138ee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -589,7 +589,7 @@ public class AuthContainerView extends LinearLayout

    @Override
    public void dismissFromSystemServer() {
        removeWindowIfAttached();
        animateAway(false /* sendReason */, 0 /* reason */);
    }

    @Override