Fix checkstyle issues

Also replace all tabs with 4 spaces
This commit is contained in:
Stypox 2020-04-06 21:07:16 +02:00
parent 6a6dd7a220
commit d63b091ec0
17 changed files with 455 additions and 457 deletions

View file

@ -1078,7 +1078,8 @@ public class VideoDetailFragment extends BaseStateFragment<StreamInfo>
return;
}
thumbnailImageView.setImageDrawable(AppCompatResources.getDrawable(requireContext(), imageResource));
thumbnailImageView.setImageDrawable(
AppCompatResources.getDrawable(requireContext(), imageResource));
animateView(thumbnailImageView, false, 0, 0,
() -> animateView(thumbnailImageView, true, 500));
}