Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion vpnLib/src/ui/java/de/blinkt/openvpn/fragments/Utils.kt
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ object Utils {
i.type = "text/plain"
supportedMimeTypes.add("text/plain")
}
else -> throw AssertionError()
}
val mtm = MimeTypeMap.getSingleton()
for (ext in extensions) {
Expand Down Expand Up @@ -318,4 +319,4 @@ object Utils {
}
}

}
}