Eric Kimbrel

Results 2 issues of Eric Kimbrel

Great project here. My only issue is that the WebView for logging in / out displays a back button, and pressing the button causes an unfriendly error. Anyone have advice...

In JsonUntilities.overlayInPlace line 123: ``` for (String key: JSONObject.getNames(overlay)) { .. } ``` If the overlay is an empty object ( i.e. {} ) getNames returns null and a Null...