1.0.1 #24

Merged
Sergei Poljanski merged 67 commits from develop into master 2024-12-13 19:57:19 +00:00
Showing only changes of commit 021552b1d4 - Show all commits

View file

@ -590,7 +590,7 @@ public class ConversationFragment extends XmppFragment
public void onClick(View v) { public void onClick(View v) {
stopScrolling(); stopScrolling();
if (previousClickedReply != null) { /*if (previousClickedReply != null) {
int lastVisiblePosition = binding.messagesView.getLastVisiblePosition(); int lastVisiblePosition = binding.messagesView.getLastVisiblePosition();
Message lastVisibleMessage = messageListAdapter.getItem(lastVisiblePosition); Message lastVisibleMessage = messageListAdapter.getItem(lastVisiblePosition);
Message jump = previousClickedReply; Message jump = previousClickedReply;
@ -602,7 +602,7 @@ public class ConversationFragment extends XmppFragment
return; return;
} }
} }
} }*/
if (conversation.isInHistoryPart()) { if (conversation.isInHistoryPart()) {
conversation.jumpToLatest(); conversation.jumpToLatest();