mirror of https://github.com/procxx/kepka.git
Fix load requests cancel on history change.
This commit is contained in:
parent
91a6632a1b
commit
6ded5b74d0
|
@ -1717,7 +1717,6 @@ void HistoryWidget::showHistory(
|
|||
|
||||
clearReplyReturns();
|
||||
if (_history) {
|
||||
clearAllLoadRequests();
|
||||
if (Ui::InFocusChain(_list)) {
|
||||
// Removing focus from list clears selected and updates top bar.
|
||||
setFocus();
|
||||
|
@ -1736,6 +1735,8 @@ void HistoryWidget::showHistory(
|
|||
destroyPinnedBar();
|
||||
_membersDropdown.destroy();
|
||||
_scrollToAnimation.stop();
|
||||
|
||||
clearAllLoadRequests();
|
||||
_history = _migrated = nullptr;
|
||||
_list = nullptr;
|
||||
_peer = nullptr;
|
||||
|
|
Loading…
Reference in New Issue