mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
refactor: update @Previews to private functions
This commit is contained in:
parent
3d31997191
commit
1cdfe59137
26 changed files with 26 additions and 26 deletions
|
|
@ -146,7 +146,7 @@ fun ToggleButton(
|
|||
|
||||
@Preview(showBackground = true)
|
||||
@Composable
|
||||
fun CacheLayoutPreview() {
|
||||
private fun CacheLayoutPreview() {
|
||||
CacheLayout(
|
||||
cacheEstimate = "100 tiles",
|
||||
onExecuteJob = { },
|
||||
|
|
|
|||
|
|
@ -159,7 +159,7 @@ fun EditWaypointDialog(
|
|||
|
||||
@Preview(showBackground = true)
|
||||
@Composable
|
||||
fun EditWaypointFormPreview() {
|
||||
private fun EditWaypointFormPreview() {
|
||||
AppTheme {
|
||||
EditWaypointDialog(
|
||||
waypoint = waypoint {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue