Commit 7068e6f
fix(profile): don't nest verticalScroll in the Account hub
ProfileContent owned a verticalScroll while the Account hub also wrapped it in a
scrolling Column, throwing IllegalStateException (infinite-height measure) at
render. ProfileContent is now a plain content block; the hub scrolls header+menu
together, and UserProfileScreen supplies its own scroll. Verified live on emulator.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent da1e1c5 commit 7068e6f
2 files changed
Lines changed: 9 additions & 2 deletions
File tree
- feature/profile/src/main/kotlin/com/interlinedlist/android/feature/profile/ui/profile
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
73 | 76 | | |
74 | 77 | | |
75 | 78 | | |
76 | | - | |
77 | 79 | | |
78 | 80 | | |
79 | 81 | | |
| |||
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
89 | 91 | | |
90 | 92 | | |
91 | 93 | | |
92 | | - | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
93 | 98 | | |
94 | 99 | | |
95 | 100 | | |
| |||
0 commit comments