mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
for now, we have show() automatically call setDirty() for the new widget, as before. However, now show() takes two arguments for refresh configuration that will get passed on to setDirty(). For compatibility, the default is here in show() to do a partial refresh. So if you want no refresh triggered (via this show() call), add a function that doesn't return anything.