mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-10-31 06:43:56 +01:00 
			
		
		
		
	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:
		
							parent
							
								
									4f130e4dd0
								
							
						
					
					
						commit
						7d8ea51c4f
					
				
					 7 changed files with 119 additions and 12 deletions
				
			
		|  | @ -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){ | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Aditya-Srivastav
						Aditya-Srivastav