Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. //LoginActivity.java
  2. if (task.isSuccessful()) {
  3. startActivity(new Intent(
  4. LoginActivity.this, UserActivity.class));
  5. finish();
  6.  
  7. } else {
  8.  
  9. toastMessage("An Error Occurred while Logging-In");
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement