Commit 9d46f7e
committed
fix: restore task detail view clicking (regression fix)
Remove navigation_view.pop() from the selected_task reaction, replacing
it with a direct unparent(). The pop() was triggering the connect_popped
handler which cleared selected_task before the new detail page could be
pushed, making task clicks appear to do nothing.1 parent 8fe2c0f commit 9d46f7e
1 file changed
Lines changed: 4 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
| 131 | + | |
| 132 | + | |
131 | 133 | | |
132 | 134 | | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
| 135 | + | |
137 | 136 | | |
138 | 137 | | |
139 | 138 | | |
| |||
0 commit comments