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

Commit e410ea13 authored by Jakob Schneider's avatar Jakob Schneider Committed by Android (Google) Code Review
Browse files

Merge "Set 0 progress for archived apps in LauncherActivityInfo data." into main

parents 21a63980 9ca14aeb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -822,7 +822,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);
        }