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

Commit ef1f1e8d authored by tiansiming's avatar tiansiming Committed by android-build-merger
Browse files

Merge "Remove "result2" in AccountManagerService" am: eaf4d18b am: 4b4b7592 am: 640a087f

am: 88e6c965

Change-Id: I0d38e1be07166288c521eae08cf075e25bdeb6fb
parents 159a4890 88e6c965
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -2248,12 +2248,10 @@ public class AccountManagerService
                        Log.v(TAG, getClass().getSimpleName() + " calling onResult() on response "
                                + response);
                    }
                    Bundle result2 = new Bundle();
                    result2.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, removalAllowed);
                    try {
                        response.onResult(result2);
                        response.onResult(result);
                    } catch (RemoteException e) {
                        // ignore
                        Slog.e(TAG, "Error calling onResult()", e);
                    }
                }
            }