We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4c4125 commit 751d338Copy full SHA for 751d338
fastdialog/src/main/java/karpuzoglu/enes/com/fastdialog/FastDialogBuilder.java
@@ -193,9 +193,9 @@ public FastDialogBuilder negativeText(String negative){
193
btCancel.setText(negative);
194
return this;
195
}
196
- public FastDialogBuilder positiveText(String possitive){
+ public FastDialogBuilder positiveText(String positive){
197
btOk.setVisibility(View.VISIBLE);
198
- btOk.setText(possitive);
+ btOk.setText(positive);
199
200
201
public FastDialogBuilder decimalEditText(){
0 commit comments