more on clipboard

This commit is contained in:
open-trade 2020-11-28 13:00:58 +08:00
parent ca0137b228
commit 4d4d7673de

View File

@ -173,6 +173,7 @@ class _RemotePageState extends State<RemotePage> {
color: Colors.white, color: Colors.white,
icon: Icon(Icons.tv), icon: Icon(Icons.tv),
onPressed: () { onPressed: () {
setState(() => _showEdit = false);
showOptions(context); showOptions(context);
}, },
), ),
@ -192,6 +193,7 @@ class _RemotePageState extends State<RemotePage> {
color: Colors.white, color: Colors.white,
icon: Icon(Icons.more_vert), icon: Icon(Icons.more_vert),
onPressed: () { onPressed: () {
setState(() => _showEdit = false);
showActions(context); showActions(context);
}, },
), ),