For #3892: Fixes help link on nightly (#4956)

nightly-build-test
Sawyer Blatz 5 years ago committed by GitHub
parent 9b911f3276
commit cea18f31c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -34,7 +34,8 @@ object SupportUtils {
fun getSumoURLForTopic(context: Context, topic: SumoTopic): String {
val escapedTopic = getEncodedTopicUTF8(topic.topicStr)
val appVersion = getAppVersion(context)
// Remove the whitespace so a search is not triggered:
val appVersion = getAppVersion(context).replace(" ", "")
val osTarget = "Android"
val langTag = getLanguageTag(Locale.getDefault())
return "https://support.mozilla.org/1/mobile/$appVersion/$osTarget/$langTag/$escapedTopic"

Loading…
Cancel
Save