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

Commit ec098efc authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by Android Git Automerger
Browse files

am 342c6bc8: am 54099555: am 380a8e3d: Merge "Am: Clean mLaunchingProviders of...

am 342c6bc8: am 54099555: am 380a8e3d: Merge "Am: Clean mLaunchingProviders of all providers started by the client"

* commit '342c6bc8':
  Am: Clean mLaunchingProviders of all providers started by the client
parents f389f282 342c6bc8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -10621,7 +10621,9 @@ public final class ActivityManagerService extends ActivityManagerNative
                    restart = true;
                } else {
                    removeDyingProviderLocked(app, cpr, true);
                    // cpr should have been removed from mLaunchingProviders
                    NL = mLaunchingProviders.size();
                    i--;
                }
            }
        }