mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-17 22:37:03 +05:30
Drop in some trailing commas for later
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
afe93e989f
commit
24bf7e5165
2 changed files with 2 additions and 2 deletions
|
@ -60,6 +60,6 @@ fun TodoApp() {
|
|||
TodoRowItem(item = todoItem)
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
)
|
||||
}
|
||||
|
|
|
@ -51,7 +51,7 @@ fun LazyItemScope.WireGuardItem(item: TodoItem) {
|
|||
onCheckedChange = { checked = it },
|
||||
color = MaterialTheme.colors.onSecondary,
|
||||
)
|
||||
}
|
||||
},
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue