mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 00:06:47 +00:00
Restore line to make original view invisible when hideOriginal is true.
Accidentally removed the entire if statement in Id4312d692b2a337aefe082e40faec344e76ecabb. Change-Id: I14f87bc516a85986bbbd305f78e7b60f03a021ba
This commit is contained in:
@@ -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(() -> {
|
||||
|
||||
Reference in New Issue
Block a user