mirror of
https://github.com/corda/corda.git
synced 2025-01-22 12:28:11 +00:00
return XToolkit from iOS getPreferredToolkit stub
This is necessary to prevent an NPE in Hashtable.put when System.initProperites tries to put a null value in the map for java.awt.graphicsenv.
This commit is contained in:
parent
ccbdd6723a
commit
2a45a5919c
@ -3,7 +3,7 @@
|
||||
PreferredToolkit
|
||||
getPreferredToolkit()
|
||||
{
|
||||
return unset;
|
||||
return XToolkit;
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user