Bugfix: Fixed a crash when clicking More messages below button in a usercard and closing it quickly. (#4933)
This commit is contained in:
@@ -351,7 +351,7 @@ void ChannelView::initializeLayout()
|
||||
|
||||
QObject::connect(
|
||||
this->goToBottom_, &EffectLabel::leftClicked, this, [this] {
|
||||
QTimer::singleShot(180, [this] {
|
||||
QTimer::singleShot(180, this, [this] {
|
||||
this->scrollBar_->scrollToBottom(
|
||||
getSettings()->enableSmoothScrollingNewMessages.getValue());
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user