Skip to content

Commit

Permalink
Fix Album not refreshed cf: zhihu#854 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc committed Sep 16, 2022
1 parent fc40487 commit bbb6e4e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
import java.lang.ref.WeakReference;

public class AlbumMediaCollection implements LoaderManager.LoaderCallbacks<Cursor> {
private static final int LOADER_ID = 2;
private final int LOADER_ID = hashCode();
private static final String ARGS_ALBUM = "args_album";
private static final String ARGS_ENABLE_CAPTURE = "args_enable_capture";
private WeakReference<Context> mContext;
Expand Down

0 comments on commit bbb6e4e

Please sign in to comment.