mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-16 19:05:27 -04:00
#2227 renamed support url
This commit is contained in:
parent
b739dc9e10
commit
ada6533fa4
@ -37,7 +37,7 @@ import org.kiwix.kiwixmobile.core.page.bookmark.BookmarksActivity
|
||||
import org.kiwix.kiwixmobile.core.page.history.HistoryActivity
|
||||
import org.kiwix.kiwixmobile.core.utils.AlertDialogShower
|
||||
import org.kiwix.kiwixmobile.core.utils.BOOKMARK_CHOSEN_REQUEST
|
||||
import org.kiwix.kiwixmobile.core.utils.KIWIX_SUPPORT_WEBSITE
|
||||
import org.kiwix.kiwixmobile.core.utils.KIWIX_SUPPORT_URL
|
||||
import org.kiwix.kiwixmobile.core.utils.KiwixDialog
|
||||
import org.kiwix.kiwixmobile.core.utils.REQUEST_HISTORY_ITEM_CHOSEN
|
||||
import org.kiwix.kiwixmobile.core.utils.SharedPreferenceUtil
|
||||
@ -160,7 +160,7 @@ abstract class CoreMainActivity : BaseActivity(), WebViewProvider,
|
||||
openExternalUrl(
|
||||
sharedPreferenceUtil,
|
||||
alertDialogShower,
|
||||
KIWIX_SUPPORT_WEBSITE.toUri().browserIntent()
|
||||
KIWIX_SUPPORT_URL.toUri().browserIntent()
|
||||
)
|
||||
}
|
||||
|
||||
|
@ -19,7 +19,7 @@ package org.kiwix.kiwixmobile.core.utils
|
||||
|
||||
const val TAG_KIWIX = "kiwix"
|
||||
const val CONTACT_EMAIL_ADDRESS = "android@kiwix.org"
|
||||
const val KIWIX_SUPPORT_WEBSITE = "https://www.kiwix.org/support"
|
||||
const val KIWIX_SUPPORT_URL = "https://www.kiwix.org/support"
|
||||
|
||||
// Request stuff
|
||||
const val REQUEST_STORAGE_PERMISSION = 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user