Fix checkstyle issues
Also replace all tabs with 4 spaces
This commit is contained in:
parent
6a6dd7a220
commit
d63b091ec0
17 changed files with 455 additions and 457 deletions
|
|
@ -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));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue