diff --git a/flutter_hbb/lib/remote_page.dart b/flutter_hbb/lib/remote_page.dart index 93342e738..ee984a328 100644 --- a/flutter_hbb/lib/remote_page.dart +++ b/flutter_hbb/lib/remote_page.dart @@ -102,8 +102,9 @@ class _RemotePageState extends State { onPressed: () { setState(() => _showBar = !_showBar); }), - bottomNavigationBar: _showBar + bottomNavigationBar: _showBar && _bottom < 100 ? BottomAppBar( + elevation: 10, color: MyTheme.accent, child: Row( mainAxisSize: MainAxisSize.max,