aboutsummaryrefslogtreecommitdiff
path: root/src/QuickMedia.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/QuickMedia.cpp')
-rw-r--r--src/QuickMedia.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/QuickMedia.cpp b/src/QuickMedia.cpp
index b83f64a..e8fee28 100644
--- a/src/QuickMedia.cpp
+++ b/src/QuickMedia.cpp
@@ -2030,6 +2030,8 @@ namespace QuickMedia {
return false;
}
+ AsyncImageLoader::get_instance().update();
+
malloc_trim(0);
idle_active_handler();
@@ -4304,6 +4306,8 @@ namespace QuickMedia {
}
void Program::image_board_thread_page(ImageBoardThreadPage *thread_page, Body *thread_body) {
+ AsyncImageLoader::get_instance().update();
+
// TODO: Instead of using stage here, use different pages for each stage
enum class NavigationStage {
VIEWING_COMMENTS,