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
in one of my projects, the thread executing NativeWindowFactory.initSingleton() received an interrupt .
in NativeWindowFactory.initSingleton(), the static field "initialized" is set to true at the beginning of the method but no "try catch" is done to verify if the init is successfull
The text was updated successfully, but these errors were encountered:
in one of my projects, the thread executing NativeWindowFactory.initSingleton() received an interrupt .
in NativeWindowFactory.initSingleton(), the static field "initialized" is set to true at the beginning of the method but no "try catch" is done to verify if the init is successfull
The text was updated successfully, but these errors were encountered: