fix(bookmarks): Local directory path is not switching to what's specified in the bookmark

closes #316
This commit is contained in:
veeso
2025-03-22 13:25:29 +01:00
parent 1f377b242d
commit 806793421e
4 changed files with 27 additions and 7 deletions

View File

@@ -36,6 +36,9 @@ impl AuthActivity {
return None;
};
debug!("Remote params: {:?}", remote_params);
debug!("Host bridge params: {:?}", host_bridge_params);
self.save_recent();
// Set file transfer params to context
self.context_mut().set_remote_params(remote_params);