From 4d4d7673de336ca30c2618beef5814392a41ddbe Mon Sep 17 00:00:00 2001 From: open-trade Date: Sat, 28 Nov 2020 13:00:58 +0800 Subject: [PATCH] more on clipboard --- flutter_hbb/lib/remote_page.dart | 2 ++ 1 file changed, 2 insertions(+) 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); }, ),