Fix issue where progress around icons is not shown

Bug: 332777576
Change-Id: Id53d0e35c38311e6ef65146321c6aa523c8820da
This commit is contained in:
Jakob Schneider
2024-04-04 10:32:27 +00:00
parent d477acedfb
commit 476be7bcd4
2 changed files with 4 additions and 4 deletions

View File

@@ -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;
}