Apply review: move thumbnail loading out of Player
This commit is contained in:
parent
c0664c1cb6
commit
6eaff5ca6a
4 changed files with 85 additions and 79 deletions
|
|
@ -104,7 +104,7 @@ public class App extends MultiDexApplication {
|
|||
PicassoHelper.init(this);
|
||||
PicassoHelper.setShouldLoadImages(
|
||||
prefs.getBoolean(getString(R.string.download_thumbnail_key), true));
|
||||
PicassoHelper.setIndicatorsEnabled(BuildConfig.DEBUG
|
||||
PicassoHelper.setIndicatorsEnabled(MainActivity.DEBUG
|
||||
&& prefs.getBoolean(getString(R.string.show_image_indicators_key), false));
|
||||
|
||||
configureRxJavaErrorHandler();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue