mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-10-31 06:43:56 +01:00 
			
		
		
		
	rename toolbar name Favorites to Bookmarks (#4717)
* rename toolbar name Favorites to Bookmarks * fix issue * fix string.xml file
This commit is contained in:
		
							parent
							
								
									674b033d32
								
							
						
					
					
						commit
						b7be49333d
					
				
					 4 changed files with 4 additions and 5 deletions
				
			
		|  | @ -271,7 +271,7 @@ public class MainActivity  extends BaseActivity | |||
|             setTitle(getString(R.string.navigation_item_explore)); | ||||
|             loadFragment(ExploreFragment.newInstance(),false); | ||||
|         }else if(fragmentName.equals(ActiveFragment.BOOKMARK.name())) { | ||||
|             setTitle(getString(R.string.favorites)); | ||||
|             setTitle(getString(R.string.bookmarks)); | ||||
|             loadFragment(BookmarkFragment.newInstance(),false); | ||||
|         } | ||||
|     } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Prince kushwaha
						Prince kushwaha