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

Commit ca776158 authored by Christopher Tate's avatar Christopher Tate Committed by Android (Google) Code Review
Browse files

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

parents 48811160 a8de43fd
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;
            }