Merge pull request #5724 from dignow/fix/try_fix_build_ios

try fix build, ios
This commit is contained in:
RustDesk 2023-09-17 23:55:30 +08:00 committed by GitHub
commit 12bfa72f31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -617,11 +617,12 @@ impl<T: InvokeUiSession> Session<T> {
#[cfg(any(target_os = "ios"))]
pub fn handle_flutter_key_event(
&self,
_keyboard_mode: &str,
_name: &str,
platform_code: i32,
position_code: i32,
lock_modes: i32,
down_or_up: bool,
_platform_code: i32,
_position_code: i32,
_lock_modes: i32,
_down_or_up: bool,
) {
}