mirror of
https://github.com/CatimaLoyalty/Android.git
synced 2025-12-28 05:14:28 +00:00
refactor: Make showRateOnGooglePlay default to app/build.gradle.kts/defaultConfig value
This commit is contained in:
parent
73b6cc9fda
commit
69c38966f2
@ -55,7 +55,7 @@ class AboutActivity : ComponentActivity() {
|
||||
fun AboutScreenContent(
|
||||
content: AboutContent,
|
||||
showDonate: Boolean = true,
|
||||
showRateOnGooglePlay: Boolean = true,
|
||||
showRateOnGooglePlay: Boolean = false,
|
||||
onBackPressedDispatcher: OnBackPressedDispatcher? = null,
|
||||
) {
|
||||
CatimaTheme {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user