mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
New feat
- SFTP download - open downloaded files in other apps
This commit is contained in:
@@ -20,7 +20,7 @@ class AbsolutePath {
|
||||
}
|
||||
|
||||
bool undo() {
|
||||
if (_prePath == null) {
|
||||
if (_prePath == null || _prePath == path) {
|
||||
return false;
|
||||
}
|
||||
path = _prePath!;
|
||||
|
||||
Reference in New Issue
Block a user