xjdx
2022-10-08 17:34:53 +08:00
parent 6f5ddce56c
commit 8ec0480c8b
5 changed files with 12 additions and 5 deletions

View File

@@ -175,7 +175,6 @@ bool asst::InfrastReceptionTask::shift()
if (need_exit()) {
return false;
}
click_clear_button();
if (is_use_custom_opers()) {
bool name_select_ret = swipe_and_select_custom_opers();
@@ -188,6 +187,8 @@ bool asst::InfrastReceptionTask::shift()
}
}
click_clear_button();
if (!opers_detect_with_swipe()) {
return false;
}