Unbind AccountManagerService from authenticator.

onServiceDisconnected was not implemented properly.

Bug: 271963353
Test: manual
Change-Id: Ie6a0515e5a493d2f7214bc5ce734285aab35f147
This commit is contained in:
Dmitry Dementyev
2023-03-22 15:09:24 -07:00
parent 7a275c61d3
commit c44abef19a

View File

@@ -5078,7 +5078,6 @@ public class AccountManagerService
@Override
public void onServiceDisconnected(ComponentName name) {
mAuthenticator = null;
IAccountManagerResponse response = getResponseAndClose();
if (response != null) {
try {