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

Commit efd5f86a authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Hide original icon immediately for app close." into ub-launcher3-qt-dev

parents 5f642bf7 7aa90006
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -641,6 +641,10 @@ public class FloatingIconView extends View implements
                view.setVisibility(VISIBLE);
                originalView.setVisibility(INVISIBLE);
            };
            if (!isOpening) {
                // Hide immediately since the floating view starts at a different location.
                originalView.setVisibility(INVISIBLE);
            }
            CancellationSignal loadIconSignal = view.mLoadIconSignal;
            new Handler(LauncherModel.getWorkerLooper()).postAtFrontOfQueue(() -> {
                view.getIcon(originalView, (ItemInfo) originalView.getTag(), isOpening,