Commit 418562e
authored
refactor(ui): remove redundant spinner checks in chat (#1404)
Simplifies Chat:start and Chat:finish by removing unnecessary checks for
self.spinner. Assumes spinner is always present, streamlining the code
and reducing conditional branches.
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>1 parent 1041ad0 commit 418562e
1 file changed
Lines changed: 1 addition & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
464 | 464 | | |
465 | 465 | | |
466 | 466 | | |
467 | | - | |
468 | | - | |
469 | | - | |
470 | | - | |
| 467 | + | |
471 | 468 | | |
472 | 469 | | |
473 | 470 | | |
474 | 471 | | |
475 | 472 | | |
476 | | - | |
477 | | - | |
478 | | - | |
479 | | - | |
480 | 473 | | |
481 | 474 | | |
482 | 475 | | |
| |||
0 commit comments