mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-08-26 10:16:54 +08:00
use uuid as session id
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
@ -449,7 +449,8 @@ class _FileManagerViewState extends State<FileManagerView> {
|
||||
padding: EdgeInsets.all(8.0),
|
||||
child: FutureBuilder<String>(
|
||||
future: bind.sessionGetPlatform(
|
||||
id: _ffi.id, isRemote: !isLocal),
|
||||
sessionId: _ffi.sessionId,
|
||||
isRemote: !isLocal),
|
||||
builder: (context, snapshot) {
|
||||
if (snapshot.hasData &&
|
||||
snapshot.data!.isNotEmpty) {
|
||||
|
Reference in New Issue
Block a user