Skip to content

Commit

Permalink
fix bug - remove Stop call right after listen call
Browse files Browse the repository at this point in the history
  • Loading branch information
joekolodz committed Nov 18, 2024
1 parent 3b12d4d commit 12f8711
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ViewModels/HOTASCollectionViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -482,8 +482,6 @@ private void RefreshDeviceList()

_deviceList.ReplaceDevice(newDevice);
_deviceList.ListenToDevice(newDevice);
_deviceList.Stop();


deviceViewModel.ReplaceDevice(newDevice);
deviceViewModel.RebuildMap();
Expand Down

0 comments on commit 12f8711

Please sign in to comment.