mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-12 00:31:27 +03:00
fix, android rotate screen
Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
@@ -4,8 +4,10 @@ use std::{
|
||||
sync::{Arc, Mutex, RwLock},
|
||||
};
|
||||
|
||||
#[cfg(any(target_os = "windows", feature = "unix-file-copy-paste",))]
|
||||
use hbb_common::allow_err;
|
||||
use hbb_common::{
|
||||
allow_err, lazy_static, log,
|
||||
lazy_static,
|
||||
tokio::sync::{
|
||||
mpsc::{unbounded_channel, UnboundedReceiver, UnboundedSender},
|
||||
Mutex as TokioMutex,
|
||||
|
||||
Reference in New Issue
Block a user