mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Remove obsolete pref check when getting cached images.
This commit is contained in:
parent
c1ce11db19
commit
f6185efe68
1 changed files with 1 additions and 3 deletions
|
@ -532,9 +532,7 @@ public class ReadingItemFragment extends NbFragment implements ClassifierDialogF
|
|||
|
||||
sniffAltTexts(storyText);
|
||||
|
||||
if (PrefsUtils.isImagePrefetchEnabled(getActivity())) {
|
||||
storyText = swapInOfflineImages(storyText);
|
||||
}
|
||||
storyText = swapInOfflineImages(storyText);
|
||||
|
||||
float currentSize = PrefsUtils.getTextSize(getActivity());
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue