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

Commit eaf4d18b authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Remove "result2" in AccountManagerService"

parents 6a90c3f7 5330b5a7
Loading
Loading
Loading
Loading
+2 −4
Original line number Original line Diff line number Diff line
@@ -2233,12 +2233,10 @@ public class AccountManagerService
                        Log.v(TAG, getClass().getSimpleName() + " calling onResult() on response "
                        Log.v(TAG, getClass().getSimpleName() + " calling onResult() on response "
                                + response);
                                + response);
                    }
                    }
                    Bundle result2 = new Bundle();
                    result2.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, removalAllowed);
                    try {
                    try {
                        response.onResult(result2);
                        response.onResult(result);
                    } catch (RemoteException e) {
                    } catch (RemoteException e) {
                        // ignore
                        Slog.e(TAG, "Error calling onResult()", e);
                    }
                    }
                }
                }
            }
            }