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

Commit ce9fb217 authored by Hieu Dang's avatar Hieu Dang
Browse files

Fix NPE in BluetoothOppService

Bug: 277873778
Tag: #refactor
Test: BluetoothInstrumentationTests
Change-Id: Ic5c228b83aa1c028c2a7361edff013b63df0cf11
parent cb1d20f4
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()) {