mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 01:46:49 +00:00
Merge "Fix bug where homescreen shows installation completed when it's technically still downloading and fix animation that repeats in apps with quick install" into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
0c77edb8cc
@@ -717,7 +717,7 @@ public class BubbleTextView extends TextView implements ItemInfoUpdateReceiver,
|
||||
|| info.hasPromiseIconUi()
|
||||
|| (info.runtimeStatusFlags & FLAG_INSTALL_SESSION_ACTIVE) != 0
|
||||
|| (ENABLE_DOWNLOAD_APP_UX_V2.get() && icon != null)) {
|
||||
updateProgressBarUi(icon);
|
||||
updateProgressBarUi(info.getProgressLevel() == 100 ? icon : null);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user