try to fix wired jump to bottom button behavior
This commit is contained in:
parent
e3542ccf72
commit
021552b1d4
|
@ -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();
|
||||||
|
|
Loading…
Reference in a new issue