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

Commit ad28fe0e authored by Soonil Nagarkar's avatar Soonil Nagarkar Committed by Android (Google) Code Review
Browse files

Merge "Fix framework crash" into sc-qpr1-dev

parents 85f26920 f0bdc872
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1078,7 +1078,7 @@ public class LocationProviderManager extends
        }
        }


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