1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-10-01 00:10:49 +00:00

Hide spinner

This commit is contained in:
wb9688 2017-09-14 11:43:30 +02:00
parent a6eb871f5e
commit 442290d7f0

View File

@ -1062,6 +1062,7 @@ public class VideoDetailFragment extends BaseStateFragment<StreamInfo> implement
if (info.video_streams.isEmpty() && info.video_only_streams.isEmpty()) {
detailControlsBackground.setVisibility(View.GONE);
detailControlsPopup.setVisibility(View.GONE);
spinnerToolbar.setVisibility(View.GONE);
thumbnailPlayButton.setImageResource(R.drawable.ic_headset_white_24dp);
}