Description
Our docs state that a non-UI thread doesn't support Display.getDefault().
In general it's safer to switch to HopGui.getInstance().getDisplay() as it prevents needless nullpointer exceptions.
Attachments
Issue Links
- links to
Our docs state that a non-UI thread doesn't support Display.getDefault().
In general it's safer to switch to HopGui.getInstance().getDisplay() as it prevents needless nullpointer exceptions.