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

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

Fix flaky Bluetooth test am: 7c584e63

Change-Id: Ibd2858c9f69043ac2b22463c6db206d9ae7c068e
parents a3691157 7c584e63
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;
            }