fix, android rotate screen

Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
dignow
2023-11-03 07:17:40 +08:00
parent e96ae7a650
commit 059e067bdc
3 changed files with 5 additions and 2 deletions

View File

@@ -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,