Commit bd3c3bb
committed
fix trigger firing multiple times
fixes a bug that occurred when the attached view gets destroyed before the action was completed
and thus the state was not reset. When the view was recreated, the task would trigger again
leading to unexpected behavior. Now the task trigger will always reset.1 parent 0653d6f commit bd3c3bb
1 file changed
+3
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
35 | 38 | | |
36 | 39 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | 40 | | |
43 | 41 | | |
44 | 42 | | |
0 commit comments