mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
new: app icon
This commit is contained in:
@@ -14,8 +14,7 @@ class SftpProvider extends ProviderBase {
|
||||
found = _status.where((e) => e.id == id);
|
||||
}
|
||||
if (fileName != null) {
|
||||
found = found
|
||||
.where((e) => e.item.localPath.split('/').last == fileName);
|
||||
found = found.where((e) => e.item.localPath.split('/').last == fileName);
|
||||
}
|
||||
return found;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user