Skip to content

Commit

Permalink
onclick
Browse files Browse the repository at this point in the history
  • Loading branch information
gzeinnumer committed Jul 24, 2021
1 parent 8730bc9 commit ceb5228
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,9 @@ private void initDesign() {
}

if (!buttonAllCaps) {
_dBtnOkMBT.setAllCaps(false);
_dBtnOkMBO.setAllCaps(false);
_dBtnOkMBC.setAllCaps(false);
if (btnStyle == ButtonStyle.ButtonText) _dBtnOkMBT.setAllCaps(false);
if (btnStyle == ButtonStyle.ButtonOutlined) _dBtnOkMBO.setAllCaps(false);
if (btnStyle == ButtonStyle.ButtonContained) _dBtnOkMBC.setAllCaps(false);
}
if (dismissIn != -1) {
String btnNameT = _dBtnOkMBT.getText().toString();
Expand Down

0 comments on commit ceb5228

Please sign in to comment.