mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-11 03:11:27 +03:00
cold boot uni link mobile
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
This commit is contained in:
@@ -1803,6 +1803,10 @@ Future<bool> initUniLinks() async {
|
||||
if (initialLink == null) {
|
||||
return false;
|
||||
}
|
||||
if (isMobile){
|
||||
handleUriLinkMobile(initialLink);
|
||||
return true;
|
||||
}
|
||||
return handleUriLink(uriString: initialLink);
|
||||
} catch (err) {
|
||||
debugPrintStack(label: "$err");
|
||||
|
||||
Reference in New Issue
Block a user