You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
maybe this is how we want it to behave so that we don't have to deal with the complexity of task cancellation and what not. maybe just killing the dialog and popping a scene will be enough, but my fear is that if a media loading task is underway that this task will not cancel. So, either implement a simple listener to do close the dialog, or investigate what would be involved with making a more comprehensive solution (perhaps we could register the loaded task with the extended dialog object somehow, such that the task was killed on back press.)
The text was updated successfully, but these errors were encountered:
maybe this is how we want it to behave so that we don't have to deal with the complexity of task cancellation and what not. maybe just killing the dialog and popping a scene will be enough, but my fear is that if a media loading task is underway that this task will not cancel. So, either implement a simple listener to do close the dialog, or investigate what would be involved with making a more comprehensive solution (perhaps we could register the loaded task with the extended dialog object somehow, such that the task was killed on back press.)
The text was updated successfully, but these errors were encountered: