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

Commit 6bbc661b authored by Soonil Nagarkar's avatar Soonil Nagarkar Committed by Automerger Merge Worker
Browse files

Merge "Fix framework crash" into sc-qpr1-dev am: ad28fe0e

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15748726

Change-Id: I44fe998315388068038304047e614ff317bc900e
parents d711c647 ad28fe0e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1078,7 +1078,7 @@ public class LocationProviderManager extends
        }

        private void onTransportFailure(Exception e) {
            if (e instanceof RemoteException) {
            if (e instanceof PendingIntent.CanceledException) {
                Log.w(TAG, mName + " provider registration " + getIdentity() + " removed", e);
                synchronized (mLock) {
                    remove();