2
0
mirror of https://github.com/status-im/status-desktop.git synced 2025-02-25 21:15:56 +00:00
Pascal Precht b81f0ecd41 fix(StatusAppNavBar): don't rely on undefined property
This turned out to be a bug. `model.count` isn't defined on `Repeater`
types.

Also, set `ScrollView` height to `0` if there are not community
tab buttons. This is needed because the columns implicit height
comes with spacing, resulting in some height.
2022-09-21 18:20:02 +02:00
..