Advertisement
Gnidus_Totalus

Untitled

Jan 18th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.28 KB | None | 0 0
  1.     @Override
  2.     public void onStart() {
  3.         super.onStart();
  4.  
  5.         if (mAuth.getCurrentUser() != null) {
  6.             Intent intent = new Intent(getApplicationContext(), ConfigurationActivity.class);
  7.             startActivity(intent);
  8.             finish();
  9.         }
  10.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement