Commit 4d8e5d0f authored by Ahmad Abi Mulya's avatar Ahmad Abi Mulya

fix login

parent 1ec17828
......@@ -56,7 +56,7 @@ dependencies {
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
implementation 'com.google.code.gson:gson:2.8.6'
implementation 'com.facebook.stetho:stetho:1.5.1'
testImplementation 'junit:junit:4.13'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
......
......@@ -44,7 +44,6 @@ public class LoginActivity extends AppCompatActivity {
binding.setLoading(true);
viewModel.setListUser();
launchMain();
finish();
}
});
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment