more on clipboard
This commit is contained in:
parent
ca0137b228
commit
4d4d7673de
@ -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);
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user