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
We defined in Tchap-ios a Style protocol (see) to handle 2 styles (variants) related to the light theme.
After discussion with the DINUM, we decided to consider only one variant as the actual light theme.
This will ease the rebase against Element-ios.
The retained variant is the variant2 (white header)
The aim here is to remove the use of the Style protocol in the Tchap screens. We will replace this style with the existing ThemeService call (see ThemeService.shared.theme in Element-ios code) . Only the light mode will be supported for the moment, it will be configured with the current variant2 of Tchap.
The text was updated successfully, but these errors were encountered:
We defined in Tchap-ios a
Style
protocol (see) to handle 2 styles (variants) related to the light theme.After discussion with the DINUM, we decided to consider only one variant as the actual light theme.
This will ease the rebase against Element-ios.
The retained variant is the variant2 (white header)
The aim here is to remove the use of the Style protocol in the Tchap screens. We will replace this style with the existing
ThemeService
call (seeThemeService.shared.theme
in Element-ios code) . Only the light mode will be supported for the moment, it will be configured with the current variant2 of Tchap.The text was updated successfully, but these errors were encountered: