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

Commit 0ff08a60 authored by Christopher Tate's avatar Christopher Tate Committed by Android Git Automerger
Browse files

am ca776158: Merge "Don\'t assume that transport unbind == transport invalid" into klp-dev

* commit 'ca776158':
  Don't assume that transport unbind == transport invalid
parents 6ab1f235 ca776158
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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;
            }