Skip to content

Commit

Permalink
add sleep, correct typo in log message
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Mar 28, 2024
1 parent f51f289 commit e967eae
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ else if (cur_act.equals("SetPasswordActivity"))
wait_(1, "for tox save file to export");

export_tox_save();

wait_(2);
import_tox_save();

wait_(120);
Expand Down Expand Up @@ -337,7 +337,7 @@ private static void import_tox_save()
}

wait_(1);
Log.i(TAG, "Pressing \"YES\" button to export");
Log.i(TAG, "Pressing \"YES\" button to import");
dialog_press_positive(7);
wait_(5);
Log.i(TAG, "Pressing \"YES\" button to restart TRIfA");
Expand Down

0 comments on commit e967eae

Please sign in to comment.