Skip to content

Commit

Permalink
Attempt to avoid unnecessary activation of multiple busy dialog crash…
Browse files Browse the repository at this point in the history
… workaround anxdpanic#938
  • Loading branch information
MoojMidge committed Nov 5, 2024
1 parent b75db15 commit c08d978
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,9 @@ def onAVStarted(self):
if self._ui.get_property(PLAY_WITH):
return

if not self._ui.busy_dialog_active():
self._ui.clear_property(BUSY_FLAG)

player_data = self._ui.pop_property(PLAYER_DATA)
if not player_data:
return
Expand Down

0 comments on commit c08d978

Please sign in to comment.