mirror of
https://github.com/KokaKiwi/BarInsta
synced 2024-11-22 06:37:30 +00:00
v16.6-a1
This commit is contained in:
parent
13beabf741
commit
19763f3edd
@ -1,3 +1,5 @@
|
|||||||
|
v15.9 to v16.5: https://gitlab.com/AwaisKing/instagrabber/-/releases
|
||||||
|
From v16.6: https://github.com/austinhuang0131/instagrabber/releases
|
||||||
|
|
||||||
v15.9
|
v15.9
|
||||||
note: there will be no F-Droid updates from this version (v15.9) and onward, download updates from repo's Releases page.
|
note: there will be no F-Droid updates from this version (v15.9) and onward, download updates from repo's Releases page.
|
||||||
|
@ -10,7 +10,7 @@ android {
|
|||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
|
|
||||||
versionCode 27
|
versionCode 27
|
||||||
versionName '16.5-a1'
|
versionName '16.6-a1'
|
||||||
|
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
|
|
||||||
|
@ -263,8 +263,6 @@ public final class MessageItemsAdapter extends RecyclerView.Adapter<TextMessageV
|
|||||||
final DirectItemMediaModel reelShareMedia = reelShare.getMedia();
|
final DirectItemMediaModel reelShareMedia = reelShare.getMedia();
|
||||||
final MediaItemType mediaType = reelShareMedia.getMediaType();
|
final MediaItemType mediaType = reelShareMedia.getMediaType();
|
||||||
|
|
||||||
Log.d("austin_debug", "media: " + reelShareMedia);
|
|
||||||
|
|
||||||
holder.mediaTypeIcon.setVisibility(mediaType == MediaItemType.MEDIA_TYPE_VIDEO ||
|
holder.mediaTypeIcon.setVisibility(mediaType == MediaItemType.MEDIA_TYPE_VIDEO ||
|
||||||
mediaType == MediaItemType.MEDIA_TYPE_SLIDER ? View.VISIBLE : View.GONE);
|
mediaType == MediaItemType.MEDIA_TYPE_SLIDER ? View.VISIBLE : View.GONE);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user