fix.尝试修复滑不到头的问题

This commit is contained in:
MistEO
2021-12-05 18:59:02 +08:00
parent 607c13a9c4
commit d2841cb617

View File

@@ -109,12 +109,14 @@ bool asst::InfrastProductionTask::shift_facility_list()
}
click_clear_button();
swipe_to_the_left_of_operlist();
swipe_to_the_left_of_operlist();
if (m_all_available_opers.empty()) {
if (!opers_detect_with_swipe()) {
return false;
}
swipe_to_the_left_of_operlist();
swipe_to_the_left_of_operlist();
}
else {
opers_detect();