mirror of
https://github.com/status-im/status-app.git
synced 2026-08-27 15:11:20 +00:00
- replace the StackLayout with a StackView, simplify the SettingsLeftTabView and SettingsList to avoid circular bindings; the `settingsSubsection` and `settingsSubSubsection` are only modified now from outside, and passed down via bindings - do not transform the base model (for retranslation) on startup; we do not even support that - cache the `subsection` model role, it's used in a hotpath for every delegate Fixes #21960