Skip to content
Snippets Groups Projects
Commit ab19887b authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Medialibrary: Remove idle check for reload command

This can prevent Medialibrary reloading on app startup
parent 8fcba75a
No related branches found
No related tags found
No related merge requests found
......@@ -385,7 +385,7 @@ public class Medialibrary {
}
public void reload() {
if (mIsInitiated && !isWorking()) nativeReload();
if (mIsInitiated) nativeReload();
}
public void reload(String entryPoint) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment