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

Commit 93d2ee22 authored by Hieu Dang's avatar Hieu Dang Committed by Gerrit Code Review
Browse files

Merge "Fix NPE in BluetoothOppService"

parents abbe6e86 ce9fb217
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()) {