Loading android/app/src/com/android/bluetooth/opp/BluetoothOppService.java +3 −1 Original line number Diff line number Diff line Loading @@ -400,7 +400,9 @@ public class BluetoothOppService extends ProfileService implements IObexConnecti } } if (mNotifier != null) { mNotifier.cancelNotifications(); } break; case START_LISTENER: if (mAdapterService.isEnabled()) { Loading Loading
android/app/src/com/android/bluetooth/opp/BluetoothOppService.java +3 −1 Original line number Diff line number Diff line Loading @@ -400,7 +400,9 @@ public class BluetoothOppService extends ProfileService implements IObexConnecti } } if (mNotifier != null) { mNotifier.cancelNotifications(); } break; case START_LISTENER: if (mAdapterService.isEnabled()) { Loading