mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
update android file UI
This commit is contained in:
@@ -229,9 +229,7 @@ class FileModel extends ChangeNotifier {
|
||||
}
|
||||
|
||||
goToParentDirectory() {
|
||||
final isWindows =
|
||||
_isLocal ? _localOption.isWindows : _remoteOption.isWindows;
|
||||
final parent = PathUtil.dirname(currentDir.path, isWindows);
|
||||
final parent = PathUtil.dirname(currentDir.path, currentIsWindows);
|
||||
openDirectory(parent);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user