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

Commit 5f7c3605 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6348860 from bffd5c15 to rvc-release

Change-Id: I1913a24275a498917ffb5c1fdef68434ebcb1c44
parents 808deee6 bffd5c15
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -621,8 +621,10 @@ public class PanService extends ProfileService {
                        getBaseContext(), getMainLooper(), this);
                mNetworkFactory.startReverseTether(iface);
            } else if (state == BluetoothProfile.STATE_DISCONNECTED) {
                if (mNetworkFactory != null) {
                    mNetworkFactory.stopReverseTether();
                    mNetworkFactory = null;
                }
                mPanDevices.remove(device);
            }
        }