mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-07 20:30:08 +03:00
Update flutter/lib/mobile/pages/remote_page.dart
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
c7730d5f52
commit
7c35897408
@@ -1204,9 +1204,7 @@ void showOptions(
|
|||||||
: null)),
|
: null)),
|
||||||
// Show custom scale controls when custom view style is selected
|
// Show custom scale controls when custom view style is selected
|
||||||
Obx(() => viewStyle.value == kRemoteViewStyleCustom
|
Obx(() => viewStyle.value == kRemoteViewStyleCustom
|
||||||
? GestureDetector(
|
? AbsorbPointer(
|
||||||
behavior: HitTestBehavior.opaque,
|
|
||||||
onTap: () {}, // Absorb tap events to prevent dialog dismiss
|
|
||||||
child: MobileCustomScaleControls(ffi: gFFI),
|
child: MobileCustomScaleControls(ffi: gFFI),
|
||||||
)
|
)
|
||||||
: const SizedBox.shrink()),
|
: const SizedBox.shrink()),
|
||||||
|
|||||||
Reference in New Issue
Block a user