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

Commit 7b44d989 authored by Jakub Pawlowski's avatar Jakub Pawlowski Committed by Automerger Merge Worker
Browse files

Fix flaky Bluetooth test am: 7c584e63 am: ae2ab79e

Change-Id: Id46cb9253311701f1d0b4851103fa9cb59b5a2d5
parents 82c2f84d ae2ab79e
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;
            }