This bug was put into the last release:
String joinDescription = jsonInfo.getString("joinDescription");
Fix:
String joinDescription = jsonInfo.getString("joinDescription", null);
For the interim, it is fixed at the Geoconnect level by passing an empty string in the JSON instead of a null.
This bug was put into the last release:
Fix:
For the interim, it is fixed at the Geoconnect level by passing an empty string in the JSON instead of a null.