Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ios) fix black screen when using Bluetooth in iOS 15
Fixes: #9996 On iOS 15 Bluetooth devices are reported twice for some reason, one with the normal type "Bluetooth" but another type without a know (to me) type, and the uid ends in "-reference". While we send those unkwno devices to JS, we were not filtering them properly. This patch skips them altogether.
- Loading branch information