AboutFragment: Use SupportUtils.getWhatsNewUrl().

fennec/nightly
Sebastian Kaspari 4 years ago
parent 76bf74c4be
commit 80eb19294b

@ -102,7 +102,7 @@ class AboutFragment : Fragment(), AboutPageListener {
AboutPageItem.Item(
AboutItem.ExternalLink(
WHATS_NEW,
SupportUtils.getSumoURLForTopic(context, SupportUtils.SumoTopic.WHATS_NEW)
SupportUtils.getWhatsNewUrl(context)
), getString(R.string.about_whats_new, getString(R.string.app_name))
),
AboutPageItem.Item(

Loading…
Cancel
Save