mirror of
https://github.com/ProtonMail/ios-mail.git
synced 2026-06-14 09:54:45 +00:00
The reason behind the issue is that each page in TabView has different page and to have `TabView` working correctly each page need to have same size. Fix relying on using `ScrollView` for the scrollable pages instead of `TabView`.