mirror of
https://github.com/geode-sdk/geode.git
synced 2025-04-10 12:04:36 -04:00
fix the list reload prio issues again
This commit is contained in:
parent
fda37905e0
commit
ba0e13f9b2
1 changed files with 2 additions and 0 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue