Commit 464cdc0c authored by Sajal Narang's avatar Sajal Narang

Fix typo

parent 9d9b6fcc
......@@ -256,7 +256,7 @@ public class MainActivity extends AppCompatActivity implements NavigationView.On
} else {
session.logout();
currentUser = null;
Toast.makeText(MainActivity.this, "You session has expired!", Toast.LENGTH_LONG).show();
Toast.makeText(MainActivity.this, "Your session has expired!", Toast.LENGTH_LONG).show();
}
}
......
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