diff --git a/flutter_hbb/lib/remote_page.dart b/flutter_hbb/lib/remote_page.dart index 259f33471..562f3b5c9 100644 --- a/flutter_hbb/lib/remote_page.dart +++ b/flutter_hbb/lib/remote_page.dart @@ -173,6 +173,7 @@ class _RemotePageState extends State { color: Colors.white, icon: Icon(Icons.tv), onPressed: () { + setState(() => _showEdit = false); showOptions(context); }, ), @@ -192,6 +193,7 @@ class _RemotePageState extends State { color: Colors.white, icon: Icon(Icons.more_vert), onPressed: () { + setState(() => _showEdit = false); showActions(context); }, ),