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

Commit c44abef1 authored by Dmitry Dementyev's avatar Dmitry Dementyev
Browse files

Unbind AccountManagerService from authenticator.

onServiceDisconnected was not implemented properly.

Bug: 271963353
Test: manual
Change-Id: Ie6a0515e5a493d2f7214bc5ce734285aab35f147
parent 7a275c61
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -5078,7 +5078,6 @@ public class AccountManagerService

        @Override
        public void onServiceDisconnected(ComponentName name) {
            mAuthenticator = null;
            IAccountManagerResponse response = getResponseAndClose();
            if (response != null) {
                try {