This commit is contained in:
Austin Huang 2020-07-01 13:58:58 -04:00
parent 13beabf741
commit 19763f3edd
No known key found for this signature in database
GPG Key ID: 84C23AA04587A91F
3 changed files with 3 additions and 3 deletions

View File

@ -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
note: there will be no F-Droid updates from this version (v15.9) and onward, download updates from repo's Releases page.

View File

@ -10,7 +10,7 @@ android {
targetSdkVersion 29
versionCode 27
versionName '16.5-a1'
versionName '16.6-a1'
multiDexEnabled true

View File

@ -263,8 +263,6 @@ public final class MessageItemsAdapter extends RecyclerView.Adapter<TextMessageV
final DirectItemMediaModel reelShareMedia = reelShare.getMedia();
final MediaItemType mediaType = reelShareMedia.getMediaType();
Log.d("austin_debug", "media: " + reelShareMedia);
holder.mediaTypeIcon.setVisibility(mediaType == MediaItemType.MEDIA_TYPE_VIDEO ||
mediaType == MediaItemType.MEDIA_TYPE_SLIDER ? View.VISIBLE : View.GONE);