mirror of
https://github.com/KokaKiwi/BarInsta
synced 2024-11-18 12:47:30 +00:00
finalization
This commit is contained in:
parent
072cd63776
commit
376f3e5d5a
@ -356,7 +356,7 @@ public class DirectMessageThreadFragment extends Fragment {
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
LinearLayout dim = (LinearLayout) binding.messageList.findViewWithTag(directItemModel);
|
LinearLayout dim = (LinearLayout) binding.messageList.findViewWithTag(directItemModel);
|
||||||
if (dim.findViewById(R.id.liked) != null) dim.findViewById(R.id.liked).setVisibility(deleted ? View.GONE : View.VISIBLE);
|
if (dim.findViewById(R.id.liked) != null) dim.findViewById(R.id.liked).setVisibility(delete ? View.GONE : View.VISIBLE);
|
||||||
directItemModel.setLiked();
|
directItemModel.setLiked();
|
||||||
}
|
}
|
||||||
hasSentSomething = true;
|
hasSentSomething = true;
|
||||||
|
3
fastlane/metadata/android/changelogs/45.txt
Normal file
3
fastlane/metadata/android/changelogs/45.txt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
* You can now upload images in DM
|
||||||
|
* You can now like messages
|
||||||
|
* Various bug fixes
|
Loading…
Reference in New Issue
Block a user