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

Commit 70be3800 authored by Dmitry Dementyev's avatar Dmitry Dementyev Committed by Android (Google) Code Review
Browse files

Merge "Close AccountManager session after some failures."

parents 86cb4910 840743f9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4756,7 +4756,7 @@ public class AccountManagerService

        IAccountManagerResponse getResponseAndClose() {
            if (mResponse == null) {
                // this session has already been closed
                close();
                return null;
            }
            IAccountManagerResponse response = mResponse;