Skip to content

Commit a2ac8b9

Browse files
committed
fix: auto wallpaper icon showing in setup panel
1 parent 84bcc2f commit a2ac8b9

File tree

1 file changed

+4
-2
lines changed
  • app/src/main/java/app/simple/peri/ui/screens

1 file changed

+4
-2
lines changed

app/src/main/java/app/simple/peri/ui/screens/Setup.kt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,10 @@ fun Setup(context: Context, navController: NavController? = null) {
101101
horizontalAlignment = Alignment.CenterHorizontally
102102
) {
103103
item {
104-
TopHeader(context.getString(R.string.setup),
105-
modifier = Modifier.padding(COMMON_PADDING), isSettings = true)
104+
TopHeader(title = context.getString(R.string.setup),
105+
modifier = Modifier.padding(COMMON_PADDING),
106+
isSettings = true,
107+
isAutoWallpaper = true)
106108

107109
Permissions(context = context, navController = navController, modifier = Modifier
108110
.wrapContentHeight())

0 commit comments

Comments
 (0)