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

Commit ed4981b8 authored by Miranda Kephart's avatar Miranda Kephart Committed by Automerger Merge Worker
Browse files

Merge "Remove legacy screenshot notifications flow" into rvc-dev am: 1e9db44d am: 288382cc

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

Change-Id: Ibc3c8ead3725d19ce0cbfed85694bfa782eb388c
parents ab8d5bad 288382cc
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -120,7 +120,6 @@ public class GlobalScreenshot implements ViewTreeObserver.OnComputeInternalInset
        public Consumer<Uri> finisher;
        public GlobalScreenshot.ActionsReadyListener mActionsReadyListener;
        public int errorMsgResId;
        public boolean createDeleteAction;

        void clearImage() {
            image = null;
@@ -437,7 +436,6 @@ public class GlobalScreenshot implements ViewTreeObserver.OnComputeInternalInset
        data.image = mScreenBitmap;
        data.finisher = finisher;
        data.mActionsReadyListener = actionsReadyListener;
        data.createDeleteAction = false;

        if (mSaveInBgTask != null) {
            // just log success/failure for the pre-existing screenshot