mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-06 02:46:57 +00:00
Fix issue where progress around icons is not shown
Bug: 332777576 Change-Id: Id53d0e35c38311e6ef65146321c6aa523c8820da
This commit is contained in:
@@ -912,7 +912,7 @@ public class BubbleTextView extends TextView implements ItemInfoUpdateReceiver,
|
||||
@Nullable
|
||||
public PreloadIconDrawable applyProgressLevel() {
|
||||
if (!(getTag() instanceof ItemInfoWithIcon)
|
||||
|| !((ItemInfoWithIcon) getTag()).isActiveArchive()) {
|
||||
|| ((ItemInfoWithIcon) getTag()).isInactiveArchive()) {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user