refactor: Make showRateOnGooglePlay default to app/build.gradle.kts/defaultConfig value

This commit is contained in:
LooKeR 2025-11-19 21:13:38 +05:30 committed by Sylvia van Os
parent 73b6cc9fda
commit 69c38966f2

View File

@ -55,7 +55,7 @@ class AboutActivity : ComponentActivity() {
fun AboutScreenContent(
content: AboutContent,
showDonate: Boolean = true,
showRateOnGooglePlay: Boolean = true,
showRateOnGooglePlay: Boolean = false,
onBackPressedDispatcher: OnBackPressedDispatcher? = null,
) {
CatimaTheme {