add cursor active logic for portable service

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2023-05-05 18:11:04 +08:00
parent 458e311ffb
commit 5dc83359a5
4 changed files with 36 additions and 36 deletions

View File

@@ -1088,7 +1088,7 @@ impl Connection {
}
let mut s = s.write().unwrap();
#[cfg(not(any(target_os = "android", target_os = "ios")))]
try_start_record_cursor_pos();
let _h = try_start_record_cursor_pos();
s.add_connection(self.inner.clone(), &noperms);
}
}