Skip to content

Commit

Permalink
bugFix
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel committed Jun 5, 2020
1 parent 8124c4a commit fcf9bf3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/java/com/nordan/dialog/NordanAlertDialog.java
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,10 @@ public Dialog build() {
setLevelCompleteDialog(iconImg, view);
break;
default:
setCustomDialog(dialog, iconImg, view);
break;
}
} else {
setCustomDialog(dialog, iconImg, view);
}
if (positiveBtnText != null) {
positiveButton.setText(positiveBtnText);
Expand Down

0 comments on commit fcf9bf3

Please sign in to comment.