Skip to content

Commit

Permalink
Dev
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriy-budiyev committed Mar 2, 2018
1 parent 02578b1 commit 5ed113c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ placeholder, mErrorDrawable, memoryCache, getStorageCache(), mCacheExecutor, loa
*/
@AnyThread
public void invalidate() {
mLoadExecutor.submit(new InvalidateAction(mDescriptor, getMemoryCache(), getStorageCache()));
mCacheExecutor.submit(new InvalidateAction(mDescriptor, getMemoryCache(), getStorageCache()));
}

@NonNull
Expand Down

0 comments on commit 5ed113c

Please sign in to comment.