mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-10-30 22:34:02 +01:00 
			
		
		
		
	Bug fix caused from copy pasting
This commit is contained in:
		
							parent
							
								
									2a30ecb2aa
								
							
						
					
					
						commit
						35ebe0f7a3
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -422,8 +422,8 @@ public class NearbyActivity extends NavigationBaseActivity implements LocationUp | |||
|             * */ | ||||
|             if (curLatLang.getLatitude() <= nearbyMapFragment.boundaryCoordinates[0].getLatitude() | ||||
|                     || curLatLang.getLatitude() >= nearbyMapFragment.boundaryCoordinates[1].getLatitude() | ||||
|                     || curLatLang.getLatitude() <= nearbyMapFragment.boundaryCoordinates[2].getLatitude() | ||||
|                     || curLatLang.getLatitude() >= nearbyMapFragment.boundaryCoordinates[3].getLatitude()) { | ||||
|                     || curLatLang.getLongitude() <= nearbyMapFragment.boundaryCoordinates[2].getLongitude() | ||||
|                     || curLatLang.getLongitude() >= nearbyMapFragment.boundaryCoordinates[3].getLongitude()) { | ||||
|                 nearbyMapFragment.setArguments(bundle); | ||||
|                 nearbyMapFragment.updateMapSignificantly(); | ||||
|                 return; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 neslihanturan
						neslihanturan