Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion app/StackChan/View/BindingDevice.swift
Original file line number Diff line number Diff line change
Expand Up @@ -227,9 +227,13 @@ struct ScanningEquipment : View {
}
}
.task {
// Upstream ships this block empty. Without triggering the BLE scan
// here, the post-QR openBlufi() callback never fires because
// BlufiUtil.shared.startScan() is gated behind getPermission().
getPermission()
}
}

func updataName() {

}
Expand Down