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

Commit b319ec32 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix flaky Bluetooth test"

parents 84532bdc 6c191e6d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1897,7 +1897,7 @@ public class AdapterService extends Service {
        @Override
        public void unregisterCallback(IBluetoothCallback callback) {
            AdapterService service = getService();
            if (service == null) {
            if (service == null || service.mCallbacks == null) {
                return;
            }