Set isShowingThumbnailInLockscreen as false by default

This commit is contained in:
vfsfitvnm
2022-09-05 11:50:41 +02:00
parent 45235acd5d
commit 105565afec
2 changed files with 2 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ fun AppearanceSettingsScreen() {
)
var isShowingThumbnailInLockscreen by rememberPreference(
isShowingThumbnailInLockscreenKey,
true
false
)
Column(