Skip to content

Commit

Permalink
modify layout tostring
Browse files Browse the repository at this point in the history
  • Loading branch information
biezhihua committed Jul 24, 2023
1 parent 5c844a4 commit 84dbf18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GaiaXAndroid/src/main/kotlin/app/visly/stretch/Layout.kt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ data class Layout(
}

override fun toString(): String {
return "Layout(x=$x, y=$y, width=$width, height=$height, id='$id')"
return "Layout(x=$x, y=$y, width=$width, height=$height, children=$children, id='$id')"
}

}

0 comments on commit 84dbf18

Please sign in to comment.