diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/ui.dart | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/ui.dart b/lib/ui.dart index e6cb6f4..b9f82d0 100644 --- a/lib/ui.dart +++ b/lib/ui.dart @@ -16,7 +16,9 @@ class UI extends StatelessWidget { Expanded(child: ContactList()), ], ), - bottomNavigationBar: const ConnectionStatus(), + bottomNavigationBar: const SafeArea( + child: ConnectionStatus(), + ), ), ); } |
