Fix .json file cant select on restore.

This commit is contained in:
Horis 2022-12-29 18:05:09 +08:00
parent 2b43342854
commit 0d2f01806f

View file

@ -268,6 +268,7 @@ object BackupUtils {
"application/json", "application/json",
"unknown/unknown", "unknown/unknown",
"content/unknown", "content/unknown",
"application/octet-stream",
) )
) )
} catch (e: Exception) { } catch (e: Exception) {