Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9ca14aeb authored by Rohit Goyal's avatar Rohit Goyal
Browse files

Set 0 progress for archived apps in LauncherActivityInfo data.

Test: Manually tested the changes.
Bug: 302115555
Change-Id: I33fbd28f87f985667df4785e247714ca60fcf3ca
parent 6625000f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -819,7 +819,7 @@ public class LauncherAppsService extends SystemService {
            return new LauncherActivityInfoInternal(
                    activityInfo,
                    new IncrementalStatesInfo(
                            false /* isLoading */, 1 /* progress */, 0 /* loadingCompletedTime */),
                            false /* isLoading */, 0 /* progress */, 0 /* loadingCompletedTime */),
                    user);
        }