Skip to content

Commit

Permalink
#1827 USB Hotplug support callback can block the UI thread causing bl…
Browse files Browse the repository at this point in the history
…ank white screen. (#1828)

Co-authored-by: Dennis Sheirer <dsheirer@github.com>
  • Loading branch information
DSheirer and Dennis Sheirer committed Feb 9, 2024
1 parent 7b9adc1 commit 0491b08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ public void removeDiscoveredTuner(DiscoveredTuner discoveredTuner)
}
else
{
EventQueue.invokeAndWait(() ->
EventQueue.invokeLater(() ->
{
try
{
Expand Down

0 comments on commit 0491b08

Please sign in to comment.