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

Commit d724acc2 authored by Jon Miranda's avatar Jon Miranda Committed by android-build-merger
Browse files

Restore line to make original view invisible when hideOriginal is true.

am: 2d08ca47

Change-Id: I5d07b3f08a859eb0840a4deeb5b7293bdbd958e3
parents 4973ee62 2d08ca47
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -398,6 +398,7 @@ public class FloatingIconView extends View implements Animator.AnimatorListener,
            Runnable onIconLoaded = () -> {
                // Delay swapping views until the icon is loaded to prevent a flash.
                view.setVisibility(VISIBLE);
                originalView.setVisibility(INVISIBLE);
            };
            CancellationSignal loadIconSignal = view.mLoadIconSignal;
            new Handler(LauncherModel.getWorkerLooper()).postAtFrontOfQueue(() -> {