Skip to content

Commit 4e4af3c

Browse files
bug fixed
1 parent 78049af commit 4e4af3c

File tree

4 files changed

+2
-52
lines changed

4 files changed

+2
-52
lines changed

.idea/assetWizardSettings.xml

Lines changed: 0 additions & 50 deletions
This file was deleted.

.idea/caches/gradle_models.ser

2.88 KB
Binary file not shown.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ Provides you easily create various pop-up dialogs that you can use.
238238

239239
## License
240240

241-
- Copyright 2018 © Enes Karpuzoğlu.
241+
- Copyright 2019 © Enes Karpuzoğlu.
242242

243243
Licensed under the Apache License, Version 2.0 (the "License");
244244
you may not use this file except in compliance with the License.

fastdialog/src/main/java/karpuzoglu/enes/com/fastdialog/FastDialogBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ public FastDialogBuilder setHint(String hint){
250250
etWarningDecimal.setHint(hint);
251251
return this;
252252
}
253-
public FastDialogBuilder loginWithSaleFooterAdapterEmail(){
253+
public FastDialogBuilder loginWithEmail(){
254254
etUsername.setHint(context.getResources().getString(R.string.email));
255255
Drawable img = context.getResources().getDrawable( R.drawable.ic_email_black );
256256
img.setBounds( 0, 0, 45, 45 );

0 commit comments

Comments
 (0)