mirror of
https://github.com/Myzel394/NumberHub.git
synced 2025-06-19 08:45:27 +02:00
Restored rate this app settings item
This commit is contained in:
parent
a94d6a66e8
commit
073cc27ad0
@ -84,7 +84,7 @@ android {
|
||||
)
|
||||
}
|
||||
create("ruPlayStore") {
|
||||
buildConfigField("String", "StoreLink", "null")
|
||||
buildConfigField("String", "StoreLink", "")
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -165,6 +165,15 @@ fun SettingsScreen(
|
||||
) { navControllerAction(ABOUT_SCREEN) }
|
||||
}
|
||||
|
||||
// RATE THIS APP
|
||||
if (BuildConfig.StoreLink.isNotEmpty()) {
|
||||
item {
|
||||
SettingsListItem(
|
||||
stringResource(R.string.rate_this_app)
|
||||
) { openLink(mContext, BuildConfig.StoreLink) }
|
||||
}
|
||||
}
|
||||
|
||||
// APP VERSION
|
||||
item {
|
||||
SettingsListItem(
|
||||
|
Loading…
x
Reference in New Issue
Block a user