Open programmingnatp opened 7 years ago
E/com.uservoice.uservoicesdk: Value
The error can be traced to the method below. The call to this method was working fine until recently.
UserVoice.launchUserVoice(Context context) { context.startActivity(new Intent(context, PortalActivity.class)); }
E/com.uservoice.uservoicesdk: Value
596 of type java.lang.String cannot be converted to JSONObject -- null
The error can be traced to the method below. The call to this method was working fine until recently.
UserVoice.launchUserVoice(Context context) { context.startActivity(new Intent(context, PortalActivity.class)); }