Commit f358a2b
committed
fix(app): refresh after suspend
Fix the app display not refreshing after `action_suspend_process`.
A similar issue was reported in #5528
but specifically when using the `App.suspend` context manager. This was
fixed in 81392ff by adding `refresh(layout=True)`, however this doesn't
cover when the app was suspended with `action_suspend_process`. This
simply moves that call to `refresh` to account for both suspend methods.
Related issue: #62981 parent f901b37 commit f358a2b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4594 | 4594 | | |
4595 | 4595 | | |
4596 | 4596 | | |
| 4597 | + | |
4597 | 4598 | | |
4598 | 4599 | | |
4599 | 4600 | | |
| |||
4642 | 4643 | | |
4643 | 4644 | | |
4644 | 4645 | | |
4645 | | - | |
4646 | 4646 | | |
4647 | 4647 | | |
4648 | 4648 | | |
| |||
0 commit comments