Fix: Show help
This commit is contained in:
@ -40,7 +40,9 @@ class App : Application() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fun openHelpLink() {
|
fun openHelpLink() {
|
||||||
startActivity(Intent(Intent.ACTION_VIEW, Uri.parse("https://neoterm.gitbooks.io/neoterm-wiki/content/")))
|
val intent = Intent(Intent.ACTION_VIEW, Uri.parse("https://neoterm.gitbooks.io/neoterm-wiki/content/"))
|
||||||
|
intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK)
|
||||||
|
startActivity(intent)
|
||||||
}
|
}
|
||||||
|
|
||||||
companion object {
|
companion object {
|
||||||
|
Reference in New Issue
Block a user