Commit 6301d76
authored
docs(modifiers): Add TODOs for inspectableProperties lint warnings (#589)
The lint tool reported warnings for `ModifierNodeElement` classes
missing an override for `inspectableProperties`.
This function is used by development tools like the
Layout Inspector to display debug information.
Rather than implementing the function directly and adding complexity
to the existing minimal snippets, this commit adds `TODO` comments.
This serves as a reminder to create a dedicated snippet that demonstrates
how to properly implement `inspectableProperties`,
thereby keeping the current examples focused and clean while still
addressing the lint warning.1 parent f95ab59 commit 6301d76
File tree
1 file changed
+3
-0
lines changed- compose/snippets/src/main/java/com/example/compose/snippets/modifiers
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| 145 | + | |
145 | 146 | | |
146 | 147 | | |
147 | 148 | | |
| |||
159 | 160 | | |
160 | 161 | | |
161 | 162 | | |
| 163 | + | |
162 | 164 | | |
163 | 165 | | |
164 | 166 | | |
| |||
181 | 183 | | |
182 | 184 | | |
183 | 185 | | |
| 186 | + | |
184 | 187 | | |
185 | 188 | | |
186 | 189 | | |
| |||
0 commit comments