Merge "Don't assume that transport unbind == transport invalid" into klp-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
ca776158b7
@@ -1305,9 +1305,6 @@ class BackupManagerService extends IBackupManager.Stub {
|
||||
mTransports.put(name, transport);
|
||||
} else {
|
||||
mTransports.remove(name);
|
||||
if ((mCurrentTransport != null) && mCurrentTransport.equals(name)) {
|
||||
mCurrentTransport = null;
|
||||
}
|
||||
// Nothing further to do in the unregistration case
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user