chore: Minor design fixes
This commit is contained in:
parent
1584a3a3a5
commit
964a42edf5
3 changed files with 8 additions and 3 deletions
|
|
@ -113,7 +113,9 @@ class ChatListView extends StatelessWidget {
|
|||
),
|
||||
)
|
||||
: null,
|
||||
bottomNavigationBar: const ConnectionStatusHeader(),
|
||||
bottomNavigationBar: const SafeArea(
|
||||
child: ConnectionStatusHeader(),
|
||||
),
|
||||
),
|
||||
);
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue