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

Commit fcb87369 authored by Junu Kim's avatar Junu Kim
Browse files

A background started service is removed from mStartingBackground when timeout.

Fix is to make sure mStartingBackground is updated to remove one.

Change-Id: I0e42beb550d33e6e400349b85bbb89848e18d520
parent 60097a9c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -203,6 +203,7 @@ public final class ActiveServices {
                    Slog.i(TAG, "Waited long enough for: " + r);
                    mStartingBackground.remove(i);
                    N--;
                    i--;
                }
            }
            while (mDelayedStartList.size() > 0