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

Commit 840743f9 authored by Dmitry Dementyev's avatar Dmitry Dementyev
Browse files

Close AccountManager session after some failures.

Previous implementation kept some sessions after binderDied event.

Bug: 174721126
Test: manual
Change-Id: I4a5ac3e0daf39b2ced173b73ebc1d46ce3627f2b
parent 82231edf
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;