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

Commit 04849958 authored by Wei Wang's avatar Wei Wang Committed by Android Git Automerger
Browse files

am 053166fb: Fix build.

* commit '053166fb':
  Fix build.
parents 17828e32 053166fb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1129,7 +1129,7 @@ public class GattService extends ProfileService {
            return;
        }

        for (ScanClient client : mScanManager.scanQueue()) {
        for (ScanClient client : mScanManager.getRegularScanQueue()) {
            if (client.clientIf == clientIf) {
                ScanSettings settings = client.settings;
                if ((settings.getCallbackType() &