fix the list reload prio issues again

This commit is contained in:
altalk23 2024-02-04 17:28:53 +03:00
parent fda37905e0
commit ba0e13f9b2

View file

@ -572,6 +572,8 @@ void ModListLayer::reloadList(bool keepScroll, std::optional<ModListQuery> const
m_checkForUpdatesBtn->removeFromParent();
m_checkForUpdatesBtn = nullptr;
}
cocos::handleTouchPriority(this, true);
}
void ModListLayer::updateAllStates() {