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

Commit dc95376e authored by Kihong Seong's avatar Kihong Seong Committed by Automerger Merge Worker
Browse files

Merge "Add log when callback is null during scan result callback" into main am: 4d224629

parents ec028fa0 4d224629
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -451,6 +451,7 @@ public class TransitionalScanHelper {
                if (app.mCallback != null) {
                    app.mCallback.onScanResult(result);
                } else {
                    Log.v(TAG, "Callback is null, sending scan results by pendingIntent");
                    // Send the PendingIntent
                    ArrayList<ScanResult> results = new ArrayList<>();
                    results.add(result);