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
if (MimeTypeMap.getSingleton().getMimeTypeFromExtension(extension).endsWith("/json") || MimeTypeMap.getSingleton().getMimeTypeFromExtension(extension).startsWith("text/")) {
332
+
if (extension.equals("json")) {
333
+
// Does not on Devices less than Android 10 (Stop Execution)
0 commit comments