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

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

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

* commit '380a8e3d':
  Am: Clean mLaunchingProviders of all providers started by the client
parents b4ac801c 380a8e3d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -10961,7 +10961,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--;
                }
            }
        }