flutter_desktop: remove _showEdit

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou 2022-08-16 23:45:17 +08:00
parent 213e22e019
commit ddd6e30226

View File

@ -325,7 +325,6 @@ class _RemotePageState extends State<RemotePage>
? Icons.fullscreen
: Icons.close_fullscreen),
onPressed: () {
setState(() => _showEdit = false);
if (widget.fullscreenID.value.isEmpty) {
widget.fullscreenID.value = widget.id;
} else {