mirror of
https://github.com/yuliskov/SmartTube.git
synced 2025-05-17 11:25:54 +08:00
countries upd
This commit is contained in:
@ -92,5 +92,6 @@
|
||||
<item>North Macedonia|MK</item>
|
||||
<item>Tunisia|TN</item>
|
||||
<item>Sri Lanka|LK</item>
|
||||
<item>Jordan|JO</item>
|
||||
</string-array>
|
||||
</resources>
|
||||
|
@ -133,7 +133,7 @@ public class VideoCardPresenter extends LongClickPresenter {
|
||||
|
||||
if (mIsAnimatedPreviewsEnabled) {
|
||||
cardView.setPreviewUrl(video.previewUrl);
|
||||
cardView.setPreviewVideoId(video.videoId);
|
||||
//cardView.setPreviewVideoId(video.videoId);
|
||||
}
|
||||
|
||||
cardView.setMainImageDimensions(mWidth, mHeight);
|
||||
|
Reference in New Issue
Block a user