flutter_desktop: remove _showEdit
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
parent
213e22e019
commit
ddd6e30226
@ -325,7 +325,6 @@ class _RemotePageState extends State<RemotePage>
|
|||||||
? Icons.fullscreen
|
? Icons.fullscreen
|
||||||
: Icons.close_fullscreen),
|
: Icons.close_fullscreen),
|
||||||
onPressed: () {
|
onPressed: () {
|
||||||
setState(() => _showEdit = false);
|
|
||||||
if (widget.fullscreenID.value.isEmpty) {
|
if (widget.fullscreenID.value.isEmpty) {
|
||||||
widget.fullscreenID.value = widget.id;
|
widget.fullscreenID.value = widget.id;
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user