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

Commit 2c7c9322 authored by Hieu Dang's avatar Hieu Dang Committed by Automerger Merge Worker
Browse files

Merge "Fix NPE in BluetoothOppService" am: 93d2ee22

parents 2a50fa47 93d2ee22
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -400,7 +400,9 @@ public class BluetoothOppService extends ProfileService implements IObexConnecti
                        }
                    }

                    if (mNotifier != null) {
                        mNotifier.cancelNotifications();
                    }
                    break;
                case START_LISTENER:
                    if (mAdapterService.isEnabled()) {