🛠️ Remove debug println
Removed debug println.
This commit is contained in:
parent
4e849d94a7
commit
1430ca0319
1 changed files with 0 additions and 1 deletions
|
|
@ -41,7 +41,6 @@ fun LazyItemScope.CheckForUpdatesSetting(
|
||||||
val showConfirmation = remember { mutableStateOf(false) }
|
val showConfirmation = remember { mutableStateOf(false) }
|
||||||
|
|
||||||
if (showConfirmation.value) {
|
if (showConfirmation.value) {
|
||||||
println(showConfirmation.value)
|
|
||||||
CustomDialogWithContent(
|
CustomDialogWithContent(
|
||||||
title = stringResource(id = R.string.enable_check_for_updates),
|
title = stringResource(id = R.string.enable_check_for_updates),
|
||||||
description = stringResource(id = R.string.enable_check_for_updates_description),
|
description = stringResource(id = R.string.enable_check_for_updates_description),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue