IceCubesApp
IceCubesApp copied to clipboard
Bug: Changing Theme Breaks "Match System" Toggle Behaviour
Environment:
- OS: iOS 17.2
- IceCubesApp: main branch on source code.
Description
- Navigate Settings -> Display Settings
- Change theme one that different from current scheme.
- Re-enable "Match System" toggle
- Now app won't listen system appearance changes unless application fully restarted.
Related Issues
hasn't been reported yet
If we would comment out following lines, the problem will be fixed. It will be better if we find out better way. Overriding interface style of windows breaks the "Match System"
https://github.com/Dimillian/IceCubesApp/blob/15d7d1dabdbc1a1b21dbd51dc70adf9624d2c319/Packages/DesignSystem/Sources/DesignSystem/ThemeApplier.swift#L52