Commit 42ab9bb
Fix a crash during settings update (#17751)
* Adds a check whether the thread dispatcher is already null.
(See code comments.)
* Moves the `_settings` to only happen on the UI thread.
Anything else wouldn't be thread safe.
Closes #17620
## Validation Steps Performed
Not reproducible. 🚫
(cherry picked from commit e0dae59)
Service-Card-Id: PVTI_lADOAF3p4s4AmhmszgSGBis
Service-Version: 1.211 parent cb8a3f6 commit 42ab9bb
1 file changed
+11
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
767 | 767 | | |
768 | 768 | | |
769 | 769 | | |
770 | | - | |
| 770 | + | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
| 775 | + | |
| 776 | + | |
771 | 777 | | |
772 | 778 | | |
773 | | - | |
| 779 | + | |
| 780 | + | |
774 | 781 | | |
775 | 782 | | |
776 | 783 | | |
| 784 | + | |
| 785 | + | |
777 | 786 | | |
778 | 787 | | |
779 | 788 | | |
| |||
0 commit comments