Skip to content

Commit

Permalink
onclick
Browse files Browse the repository at this point in the history
  • Loading branch information
gzeinnumer committed Jul 23, 2021
1 parent c6ee4c9 commit 1ba29d7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,9 @@ public void onTick(long millisUntilFinished) {

public void onFinish() {
try {
_dBtnOkMBT.performClick();
_dBtnOkMBO.performClick();
_dBtnOkMBC.performClick();
if (btnStyle == ButtonStyle.ButtonText) _dBtnOkMBT.performClick();
if (btnStyle == ButtonStyle.ButtonOutlined) _dBtnOkMBO.performClick();
if (btnStyle == ButtonStyle.ButtonContained) _dBtnOkMBC.performClick();
} catch (Exception e) {
e.printStackTrace();
}
Expand Down

0 comments on commit 1ba29d7

Please sign in to comment.