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

Commit b7de2b69 authored by Peter Kalauskas's avatar Peter Kalauskas Committed by Automerger Merge Worker
Browse files

Merge "Fix malformed trace section" into tm-qpr-dev am: 251eda5b am:...

Merge "Fix malformed trace section" into tm-qpr-dev am: 251eda5b am: a06e522b am: 64813286 am: 76bd492e

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



Change-Id: I015f84e92feb7c56407d76342e102cbfe78744ae
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 81a07fd5 76bd492e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1508,6 +1508,7 @@ public class VolumeDialogImpl implements VolumeDialog, Dumpable,
        mHandler.removeMessages(H.SHOW);
        if (mIsAnimatingDismiss) {
            Log.d(TAG, "dismissH: isAnimatingDismiss");
            Trace.endSection();
            return;
        }
        mIsAnimatingDismiss = true;