feat: add list file search listener
This commit is contained in:
parent
ac14e462f6
commit
7a938ace02
3 changed files with 295 additions and 121 deletions
|
|
@ -213,7 +213,7 @@ class FileModel extends ChangeNotifier {
|
|||
}
|
||||
|
||||
receiveFileDir(Map<String, dynamic> evt) {
|
||||
debugPrint("recv file dir:$evt");
|
||||
// debugPrint("recv file dir:$evt");
|
||||
if (evt['is_local'] == "false") {
|
||||
// init remote home, the connection will automatic read remote home when established,
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue