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
AbstractDisplay.close() tries to remove the display if active by calling displayService.setActiveDisplay(null), but this doesn't do anything because the default implementation ignores null arguments.
This leads to displays not actually closing when you call display.close() on the active display.
The text was updated successfully, but these errors were encountered:
AbstractDisplay.close() tries to remove the display if active by calling displayService.setActiveDisplay(null), but this doesn't do anything because the default implementation ignores null arguments.
This leads to displays not actually closing when you call
display.close()
on the active display.The text was updated successfully, but these errors were encountered: