From 80b8a0dddbf351506526328d816ce28108726089 Mon Sep 17 00:00:00 2001 From: Willy-JL Date: Sun, 12 Feb 2023 07:39:15 +0000 Subject: [PATCH] Fix file browser clownage comment --- applications/services/gui/modules/file_browser_worker.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/applications/services/gui/modules/file_browser_worker.c b/applications/services/gui/modules/file_browser_worker.c index 4b7be70a1..e9877f277 100644 --- a/applications/services/gui/modules/file_browser_worker.c +++ b/applications/services/gui/modules/file_browser_worker.c @@ -226,13 +226,15 @@ static bool // break; // } - // FLIPPER DEVS MOMENT - // this used to load the file list in chunks, and then sort it... + // ROGUE MASTER MOMENT + // this used to load the file list in chunks, which makes sense + // but then RM made it sort the files, still in chunks... // so while scrolling, it loads more files and sorts them... // chances are, the new files are higher in the sorted list... // so the files keep shifting around while scrolling... - // now this does something intelligent and loads all in one go. + // now this does something intelligent: loads and sorts all in one go. // might take a few milliseconds longer, but atleast it works :kekw: + // and yes skotopes, most definitely a "limitation of fatfs driver" :roflmao: UNUSED(offset); UNUSED(count); if(browser->list_load_cb) {