Skip to content

Commit

Permalink
added activity in manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
AashishA11 committed Sep 29, 2021
1 parent 2674135 commit 5761eac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public boolean onOptionsItemSelected(@NonNull MenuItem item) {
int id= item.getItemId();
if(id==R.id.signout){
auth.signOut();
Intent intent=new Intent(Bottom_Navigation_Activity.this,SignInActivity.class);
Intent intent=new Intent(Bottom_Navigation_Activity.this,SignInUpActivity.class);
startActivity(intent);
Toast.makeText(this, "You click on ", Toast.LENGTH_SHORT).show();
}
Expand Down

0 comments on commit 5761eac

Please sign in to comment.