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

Commit 384594aa authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix flaky Bluetooth test" am: b319ec32 am: 281f7f71

Change-Id: I74acf86e336ae81b7ef2e4244c13fc68a5416234
parents 8483a65c 281f7f71
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1919,7 +1919,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;
            }