chore: Minor design fixes

This commit is contained in:
Christian Pauly 2022-06-04 20:06:57 +02:00
commit 964a42edf5
3 changed files with 8 additions and 3 deletions

View file

@ -113,7 +113,9 @@ class ChatListView extends StatelessWidget {
),
)
: null,
bottomNavigationBar: const ConnectionStatusHeader(),
bottomNavigationBar: const SafeArea(
child: ConnectionStatusHeader(),
),
),
);
},