Added bookmark section in not-logged-in version (#4256)

* added bookmark in not-logged-in version

* javadoc

* javadoc update

* spacing

* added unit test
This commit is contained in:
Aditya-Srivastav 2021-02-21 20:53:41 +05:30 committed by GitHub
parent 4f130e4dd0
commit 7d8ea51c4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 119 additions and 12 deletions

View file

@ -113,7 +113,7 @@ public class MainActivity extends BaseActivity
onSupportNavigateUp();
});
if (applicationKvStore.getBoolean("login_skipped") == true) {
setTitle(getString(R.string.explore_tab_title_mobile));
setTitle(getString(R.string.navigation_item_explore));
setUpLoggedOutPager();
} else {
if(savedInstanceState == null){