mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-10-30 22:34:02 +01:00 
			
		
		
		
	
						commit
						0da51457d0
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -318,7 +318,7 @@ public class NearbyActivity extends NavigationBaseActivity { | |||
|         Fragment fragment = new NearbyMapFragment(); | ||||
|         fragment.setArguments(bundle); | ||||
|         fragmentTransaction.replace(R.id.container, fragment); | ||||
|         fragmentTransaction.commit(); | ||||
|         fragmentTransaction.commitAllowingStateLoss(); | ||||
|     } | ||||
| 
 | ||||
|     /** | ||||
|  | @ -329,7 +329,7 @@ public class NearbyActivity extends NavigationBaseActivity { | |||
|         Fragment fragment = new NearbyListFragment(); | ||||
|         fragment.setArguments(bundle); | ||||
|         fragmentTransaction.replace(R.id.container, fragment); | ||||
|         fragmentTransaction.commit(); | ||||
|         fragmentTransaction.commitAllowingStateLoss(); | ||||
|     } | ||||
| 
 | ||||
|     public static void startYourself(Context context) { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Josephine Lim
						Josephine Lim