mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-07 22:22:21 -04:00
fixed var.clear
This commit is contained in:
parent
59dfe5b50b
commit
47482d1e58
1 changed files with 2 additions and 0 deletions
|
@ -289,6 +289,8 @@ void FileManagerView::on_refactor(NavigationView& nav) {
|
||||||
|
|
||||||
load_directory_contents(current_path);
|
load_directory_contents(current_path);
|
||||||
refresh_list();
|
refresh_list();
|
||||||
|
extension_buffer.clear();
|
||||||
|
destination_path.clear();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue