mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-11-04 08:43:52 +01:00 
			
		
		
		
	Add NearbyMapFragment to FragmentBuilderModule
This commit is contained in:
		
							parent
							
								
									1287287f31
								
							
						
					
					
						commit
						89d0f8da8f
					
				
					 2 changed files with 6 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -39,6 +39,7 @@ import java.lang.reflect.Type;
 | 
			
		|||
import java.util.ArrayList;
 | 
			
		||||
import java.util.List;
 | 
			
		||||
 | 
			
		||||
import dagger.android.support.DaggerFragment;
 | 
			
		||||
import fr.free.nrw.commons.R;
 | 
			
		||||
import fr.free.nrw.commons.contributions.ContributionController;
 | 
			
		||||
import fr.free.nrw.commons.utils.UriDeserializer;
 | 
			
		||||
| 
						 | 
				
			
			@ -47,7 +48,7 @@ import timber.log.Timber;
 | 
			
		|||
import static android.app.Activity.RESULT_OK;
 | 
			
		||||
import static android.content.pm.PackageManager.PERMISSION_GRANTED;
 | 
			
		||||
 | 
			
		||||
public class NearbyMapFragment extends android.support.v4.app.Fragment {
 | 
			
		||||
public class NearbyMapFragment extends DaggerFragment {
 | 
			
		||||
 | 
			
		||||
    private MapView mapView;
 | 
			
		||||
    private List<NearbyBaseMarker> baseMarkerOptions;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue