improvement: Add Team behind the app into the subs screen
This commit is contained in:
parent
45fe1dddf3
commit
07cee779e4
|
@ -18,6 +18,7 @@ fun SubscriptionsSettingsScreen() {
|
|||
title = stringResource(Res.strings.misc),
|
||||
list = listOf(
|
||||
SettingPaneItem.Item(Setting.SUBSCRIPTIONS_IN_STORE),
|
||||
SettingPaneItem.Item(Setting.ABOUT_TEAM),
|
||||
SettingPaneItem.Item(Setting.FEEDBACK_APP),
|
||||
SettingPaneItem.Item(Setting.APK),
|
||||
),
|
||||
|
|
Loading…
Reference in New Issue