[FL-2495] Archive: Refresh file list on application exit #1170

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
Nikolay Minaylov
2022-04-27 19:34:37 +03:00
committed by GitHub
parent 2034b6ac4a
commit 19f42c5290
4 changed files with 50 additions and 10 deletions

View File

@@ -48,6 +48,8 @@ typedef enum {
ArchiveBrowserEventLoadPrevItems,
ArchiveBrowserEventLoadNextItems,
ArchiveBrowserEventLoaderAppExit,
ArchiveBrowserEventExit,
} ArchiveBrowserEvent;
@@ -72,7 +74,6 @@ struct ArchiveBrowserView {
View* view;
ArchiveBrowserViewCallback callback;
void* context;
string_t path;
};