akoscz / YouTubePlaylist

A sample Android application which demonstrates the use of the YouTube Data v3 API.
Apache License 2.0
153 stars 84 forks source link

Colored indicator on top left corner on thumbnail #16

Closed vigneshwarn closed 7 years ago

vigneshwarn commented 7 years ago

Fixed --

// set the Picasso debug indicator only for debug builds Picasso.with(getActivity());

akoscz commented 7 years ago

To completely remove the colored indicator even from debug builds, remove the following line from YouTubeFragment.onCreateView() Picasso.with(getActivity()).setIndicatorsEnabled(BuildConfig.DEBUG);