fix conflict

This commit is contained in:
Chieh Wang
2022-12-08 18:51:20 +08:00
committed by Asura
parent 95775678ca
commit 49bcf8f794
6 changed files with 114 additions and 84 deletions

View File

@@ -285,7 +285,7 @@ pub fn session_handle_flutter_key_event(
down_or_up: bool,
) {
if let Some(session) = SESSIONS.read().unwrap().get(&id) {
// session.handle_flutter_key_event(&name, keycode, scancode, down_or_up);
session.handle_flutter_key_event(&name, keycode, scancode, down_or_up);
}
}