mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-10-31 06:43:56 +01:00 
			
		
		
		
	Fix Codacy issues
This commit is contained in:
		
							parent
							
								
									2dafd88a6c
								
							
						
					
					
						commit
						59ad9c5c91
					
				
					 2 changed files with 7 additions and 6 deletions
				
			
		|  | @ -18,10 +18,11 @@ import com.google.gson.GsonBuilder; | |||
| 
 | ||||
| import fr.free.nrw.commons.location.LatLng; | ||||
| import fr.free.nrw.commons.location.LocationServiceManager; | ||||
| import fr.free.nrw.commons.R; | ||||
| import fr.free.nrw.commons.theme.BaseActivity; | ||||
| import fr.free.nrw.commons.utils.UriSerializer; | ||||
| 
 | ||||
| import fr.free.nrw.commons.R; | ||||
| 
 | ||||
| import java.util.List; | ||||
| 
 | ||||
| public class NearbyActivity extends BaseActivity { | ||||
|  | @ -154,7 +155,7 @@ public class NearbyActivity extends BaseActivity { | |||
|     } | ||||
| 
 | ||||
|     /** | ||||
|      * Calls fragment for map view | ||||
|      * Calls fragment for map view. | ||||
|      */ | ||||
|     public void setMapFragment() { | ||||
|         FragmentTransaction ft = getSupportFragmentManager().beginTransaction(); | ||||
|  | @ -165,7 +166,7 @@ public class NearbyActivity extends BaseActivity { | |||
|     } | ||||
| 
 | ||||
|     /** | ||||
|      * Calls fragment for list view | ||||
|      * Calls fragment for list view. | ||||
|      */ | ||||
|     public void setListFragment() { | ||||
|         FragmentTransaction ft = getSupportFragmentManager().beginTransaction(); | ||||
|  |  | |||
|  | @ -21,12 +21,12 @@ import com.mapbox.mapboxsdk.maps.MapboxMapOptions; | |||
| import com.mapbox.mapboxsdk.maps.OnMapReadyCallback; | ||||
| import com.mapbox.services.android.telemetry.MapboxTelemetry; | ||||
| 
 | ||||
| import java.lang.reflect.Type; | ||||
| import java.util.List; | ||||
| 
 | ||||
| import fr.free.nrw.commons.R; | ||||
| import fr.free.nrw.commons.utils.UriDeserializer; | ||||
| 
 | ||||
| import java.lang.reflect.Type; | ||||
| import java.util.List; | ||||
| 
 | ||||
| public class NearbyMapFragment extends android.support.v4.app.Fragment { | ||||
|     //private NearbyAsyncTask nearbyAsyncTask; | ||||
|     private MapView mapView; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Neslihan
						Neslihan