Commit 618121b
authored
fix(navigation): use qualifiedName strings for FlowHost saved state (#783)
* refactor(theme): consolidate design system, remove legacy theme
* fix(navigation): use qualifiedName strings for FlowHost saved state
KClass references aren't serializable and can't survive
rememberSaveable across process death. Use qualifiedName strings
instead so the seeded-stack comparison works after restoration.1 parent 2aca244 commit 618121b
1 file changed
Lines changed: 3 additions & 3 deletions
File tree
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
226 | | - | |
227 | | - | |
| 226 | + | |
| 227 | + | |
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
231 | | - | |
| 231 | + | |
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
| |||
0 commit comments