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

Set Medialibrary init check volatile

parent 7226467a
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ public class Medialibrary {
private static final MediaWrapper[] EMPTY_COLLECTION = {};
private long mInstanceID;
private boolean mIsInitiated = false;
private volatile boolean mIsInitiated = false;
private MediaUpdatedCb mediaUpdatedCb = null;
private MediaAddedCb mediaAddedCb = null;
......
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