Skip to content
Snippets Groups Projects
Commit 8c7846bb authored by Shubham Maheshwari's avatar Shubham Maheshwari
Browse files

added getting bookmarks from the database

parent 66041acf
No related branches found
No related tags found
No related merge requests found
......@@ -73,6 +73,7 @@ public class Dashboard extends AppCompatActivity
if (drawer.isDrawerOpen(GravityCompat.START)) {
drawer.closeDrawer(GravityCompat.START);
} else {
mAuth.getInstance().signOut();
super.onBackPressed();
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment