mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 02:57:22 +00:00
load android custom client for jvm startServer
This commit is contained in:
@@ -198,9 +198,7 @@ class PlatformFFI {
|
||||
await _ffiBind.mainDeviceId(id: id);
|
||||
await _ffiBind.mainDeviceName(name: name);
|
||||
await _ffiBind.mainSetHomeDir(home: _homeDir);
|
||||
final customClientConfig = '';
|
||||
await _ffiBind.mainInit(
|
||||
appDir: _dir, customClientConfig: customClientConfig);
|
||||
await _ffiBind.mainInit(appDir: _dir, customClientConfig: '');
|
||||
} catch (e) {
|
||||
debugPrintStack(label: 'initialize failed: $e');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user