Commit 0726df2
committed
Refactors subject disposal
Removes unnecessary disposal of lifecycle and navigation event subjects.
The `DisposeWith` call was causing issues with subject lifetimes,
leading to unexpected behavior. Removing it allows subjects to
properly complete and prevents premature disposal.1 parent b06689a commit 0726df2
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | | - | |
| 61 | + | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
0 commit comments