You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Improvements
Fixed the Liquid Glass navigation bar keeping its previous color when the appearance changed while a channel list or channel screen was on screen. Apps that theme navigationBarGradientTint with a trait-based dynamic UIColor were affected, because the update guard compared only the tint object and a dynamic color is the same object across appearances.
Added SBUTheme.liquidGlassAppearance. Set it to .system to let Liquid Glass follow the device appearance instead of SBUTheme.colorScheme, which suits apps that theme SendbirdUIKit with trait-based dynamic UIColors. Defaults to .theme, so existing behavior is unchanged. See LiquidGlassAppearanceCustomManager in QuickStart for both setups.