mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 00:06:47 +00:00
[Toast] Introduce SysUI's animation library to the transition manager.
Bug: 250588519 Test: manual, see videos in bug Change-Id: Iccc440c95ecc14d39e35d911798e239b698b950a
This commit is contained in:
@@ -343,7 +343,8 @@ public class ItemClickHandler {
|
||||
return;
|
||||
}
|
||||
}
|
||||
if (v != null && launcher.supportsAdaptiveIconAnimation(v)) {
|
||||
if (v != null && launcher.supportsAdaptiveIconAnimation(v)
|
||||
&& !item.shouldUseBackgroundAnimation()) {
|
||||
// Preload the icon to reduce latency b/w swapping the floating view with the original.
|
||||
FloatingIconView.fetchIcon(launcher, v, item, true /* isOpening */);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user