Skip to content

Commit 3a455fc

Browse files
authored
🐞 fix(android): fix build issue (#61)
2 parents 27528e7 + 0bd4cf4 commit 3a455fc

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)