opt.游戏版本更新,基建设施进入时无需再额外滑动,优化掉滑动的逻辑

This commit is contained in:
MistEO
2021-12-28 16:19:20 +08:00
parent 500c81659c
commit 7d67ca1178
7 changed files with 70 additions and 75 deletions

View File

@@ -26,7 +26,6 @@ bool asst::InfrastOfficeTask::_run()
if (need_exit()) {
return false;
}
swipe_to_the_left_of_operlist();
if (!opers_detect_with_swipe()) {
return false;
}
@@ -64,6 +63,7 @@ bool asst::InfrastOfficeTask::_run()
bool ret = opers_choose();
if (!ret) {
m_all_available_opers.clear();
swipe_to_the_left_of_operlist();
continue;
}
}