mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-12-01 01:29:02 +08:00
fix: mobile, chat menu, hide after tapping (#8465)
Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
parent
00ddd63372
commit
245f08055f
@ -569,11 +569,13 @@ class _RemotePageState extends State<RemotePage> {
|
|||||||
child: Text(translate(label), style: labelStyle),
|
child: Text(translate(label), style: labelStyle),
|
||||||
trailingIcon: Transform.scale(
|
trailingIcon: Transform.scale(
|
||||||
scale: (isDesktop || isWebDesktop) ? 0.8 : 1,
|
scale: (isDesktop || isWebDesktop) ? 0.8 : 1,
|
||||||
|
child: IgnorePointer(
|
||||||
child: IconButton(
|
child: IconButton(
|
||||||
onPressed: onPressed,
|
onPressed: null,
|
||||||
icon: icon,
|
icon: icon,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
),
|
||||||
onPressed: onPressed,
|
onPressed: onPressed,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user