Skip to content

Commit 0bd4cf4

Browse files
authored
Fix android build issue
1 parent 27528e7 commit 0bd4cf4

File tree

1 file changed

+2
-1
lines changed
  • vpnLib/src/ui/java/de/blinkt/openvpn/fragments

1 file changed

+2
-1
lines changed

vpnLib/src/ui/java/de/blinkt/openvpn/fragments/Utils.kt

+2-1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ object Utils {
9090
i.type = "text/plain"
9191
supportedMimeTypes.add("text/plain")
9292
}
93+
else -> throw AssertionError()
9394
}
9495
val mtm = MimeTypeMap.getSingleton()
9596
for (ext in extensions) {
@@ -318,4 +319,4 @@ object Utils {
318319
}
319320
}
320321

321-
}
322+
}

0 commit comments

Comments
 (0)