Commit 1b7ce6a
committed
fix(ui): keep BottomBar content during exit so slide-out animation is visible
The manager clears the active message immediately on close (so other screens
don't re-show it), which set bottomBarMessage to null before the AnimatedContent
exit transition finished. BottomBarView early-returns on a null message, so the
outgoing frame rendered nothing and the bar appeared to vanish instantly instead
of sliding out.
Retain the last non-null message and render that during the transition so the
slide-out animation is visible.1 parent 2f27439 commit 1b7ce6a
1 file changed
Lines changed: 9 additions & 1 deletion
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
76 | 84 | | |
77 | 85 | | |
78 | 86 | | |
| |||
172 | 180 | | |
173 | 181 | | |
174 | 182 | | |
175 | | - | |
| 183 | + | |
176 | 184 | | |
177 | 185 | | |
178 | 186 | | |
| |||
0 commit comments