1
0
Fork 0

AboutFragment: Use SupportUtils.getWhatsNewUrl().

master
Sebastian Kaspari 2020-01-17 14:54:15 +01:00
parent 76bf74c4be
commit 80eb19294b
1 changed files with 1 additions and 1 deletions

View File

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