mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-03-29 05:49:55 +00:00
ios: fix iOS 26 (#6419)
* ios: fix iOS 26 list shading on scroll * revert to compatible design * revert scrolling modifier
This commit is contained in:
@@ -42,12 +42,14 @@ class AppTheme: ObservableObject, Equatable {
|
||||
}
|
||||
|
||||
func updateFromCurrentColors() {
|
||||
objectWillChange.send()
|
||||
name = CurrentColors.name
|
||||
base = CurrentColors.base
|
||||
colors.updateColorsFrom(CurrentColors.colors)
|
||||
appColors.updateColorsFrom(CurrentColors.appColors)
|
||||
wallpaper.updateWallpaperFrom(CurrentColors.wallpaper)
|
||||
DispatchQueue.main.async {
|
||||
self.objectWillChange.send()
|
||||
self.name = CurrentColors.name
|
||||
self.base = CurrentColors.base
|
||||
self.colors.updateColorsFrom(CurrentColors.colors)
|
||||
self.appColors.updateColorsFrom(CurrentColors.appColors)
|
||||
self.wallpaper.updateWallpaperFrom(CurrentColors.wallpaper)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -56,5 +56,7 @@
|
||||
<string>remote-notification</string>
|
||||
<string>voip</string>
|
||||
</array>
|
||||
<key>UIDesignRequiresCompatibility</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
||||
|
||||
Reference in New Issue
Block a user