[fenix] AboutFragment: Use SupportUtils.getWhatsNewUrl().

pull/600/head
Sebastian Kaspari 5 years ago
parent 916b5e69e4
commit 5a38c8885b

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