File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ allprojects {
2424Step 2. Add the dependency :
2525```
2626dependencies {
27- implementation 'com.github.Nathan770:createAccountDialogApp:1.00.00 '
27+ implementation 'com.github.Nathan770:createAccountDialogApp:1.00.02 '
2828 }
2929```
3030
@@ -42,7 +42,7 @@ public class MainActivity extends AppCompatActivity implements EasyFormSubmitLis
4242 setContentView(R . layout. activity_main);
4343
4444 // Create your page with all Box
45- EasyForm easyForm = new EasyForm .Builder (this )
45+ EasyForm easyForm = new EasyForm .Builder (MainActivity . this )
4646 .setDimensions(width, RelativeLayout . LayoutParams . WRAP_CONTENT )
4747 .setNameBox()
4848 .setEmailBox()
@@ -53,7 +53,7 @@ public class MainActivity extends AppCompatActivity implements EasyFormSubmitLis
5353 .build();
5454
5555 // Create your page with mail and password
56- EasyForm easyForm = new EasyForm .Builder (this )
56+ EasyForm easyForm = new EasyForm .Builder (MainActivity . this )
5757 .setDimensions(width, RelativeLayout . LayoutParams . WRAP_CONTENT )
5858 .setEmailBox()
5959 .setPasswordBox()
You can’t perform that action at this time.
0 commit comments