forked from organicmaps/organicmaps
Fix for actionbar title.
This commit is contained in:
parent
28a248389d
commit
8fbc130378
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ public class StoragePathActivity extends MWMFragmentActivity
|
|||
{
|
||||
super.onCreate(savedInstanceState);
|
||||
|
||||
setTitle(getString(R.string.more_apps_title));
|
||||
setTitle(getString(R.string.maps_storage));
|
||||
|
||||
FragmentTransaction transaction = getSupportFragmentManager().beginTransaction();
|
||||
Fragment fragment = Fragment.instantiate(this, StoragePathFragment.class.getName(), getIntent().getExtras());
|
||||
|
|
Loading…
Add table
Reference in a new issue