#2227 renamed support url

This commit is contained in:
HissPirat 2020-07-29 09:49:28 +02:00
parent b739dc9e10
commit ada6533fa4
2 changed files with 3 additions and 3 deletions

View File

@ -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()
)
}

View File

@ -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