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

Commit 7c584e63 authored by Jakub Pawlowski's avatar Jakub Pawlowski Committed by Ugo Yu
Browse files

Fix flaky Bluetooth test

Test: com.android.bluetooth.tests
Bug: 151683626
Change-Id: Ie7372e3b3cfb98f114b908d5009d7783275ff060
Merged-In: Ie7372e3b3cfb98f114b908d5009d7783275ff060
parent 7fea23b6
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;
            }