Skip to content

Commit 60c9d8c

Browse files
committed
Fix go to experiments title
1 parent a473311 commit 60c9d8c

File tree

1 file changed

+1
-1
lines changed
  • OpenScienceJournal/whistlepunk_library/src/main/java/com/google/android/apps/forscience/whistlepunk

1 file changed

+1
-1
lines changed

OpenScienceJournal/whistlepunk_library/src/main/java/com/google/android/apps/forscience/whistlepunk/MainActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ private boolean goToExperiments() {
488488
ExperimentListFragment.reuseOrCreateInstance(
489489
fragmentManager.findFragmentByTag(EXPERIMENTS_FRAGMENT_TAG), currentAccount, shouldUsePanes());
490490

491-
setTitle(getString(R.string.title_activity_main, R.string.navigation_item_experiments));
491+
setTitle(getString(R.string.title_activity_main, getString(R.string.navigation_item_experiments)));
492492

493493
titleToRestore = getResources().getString(R.string.app_name);
494494
transaction.replace(R.id.content_container, fragment, EXPERIMENTS_FRAGMENT_TAG).commitAllowingStateLoss();

0 commit comments

Comments
 (0)