imurvai / brickcontroller2

Cross platform application for controlling Lego creations using a bluetooth gamepad.
108 stars 32 forks source link

Fix cross-thread exception in UI when adding newly found devices on UWP #18

Closed vicocz closed 5 years ago

vicocz commented 5 years ago

I tried to run addition of newly found device on main thread to avoid cross-thread exceptions in Windows.

imurvai commented 5 years ago

Thanks for the fix.