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) {
stopScrolling();
if (previousClickedReply != null) {
/*if (previousClickedReply != null) {
int lastVisiblePosition = binding.messagesView.getLastVisiblePosition();
Message lastVisibleMessage = messageListAdapter.getItem(lastVisiblePosition);
Message jump = previousClickedReply;
@ -602,7 +602,7 @@ public class ConversationFragment extends XmppFragment
return;
}
}
}
}*/
if (conversation.isInHistoryPart()) {
conversation.jumpToLatest();