Merge "Don't assume that transport unbind == transport invalid" into klp-dev

This commit is contained in:
Christopher Tate
2013-09-17 02:10:40 +00:00
committed by Android (Google) Code Review

View File

@@ -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;
}