Merge "Unbind AccountManagerService from authenticator." into udc-dev

This commit is contained in:
Dmitry Dementyev
2023-03-28 19:31:12 +00:00
committed by Android (Google) Code Review

View File

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