mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-10-31 06:43:56 +01:00 
			
		
		
		
	Fix whitespace
This commit is contained in:
		
							parent
							
								
									53b26a567f
								
							
						
					
					
						commit
						7f7de82cf4
					
				
					 1 changed files with 1 additions and 7 deletions
				
			
		|  | @ -1,6 +1,5 @@ | |||
| package fr.free.nrw.commons.nearby; | ||||
| 
 | ||||
| 
 | ||||
| import android.content.Context; | ||||
| import android.content.Intent; | ||||
| import android.content.pm.ActivityInfo; | ||||
|  | @ -27,7 +26,6 @@ import java.util.List; | |||
| 
 | ||||
| import fr.free.nrw.commons.R; | ||||
| 
 | ||||
| 
 | ||||
| public class NearbyListFragment extends ListFragment implements TaskListener { | ||||
| 
 | ||||
|     private NearbyAsyncTask nearbyAsyncTask; | ||||
|  | @ -39,20 +37,17 @@ public class NearbyListFragment extends ListFragment implements TaskListener { | |||
|     private List<Place> places; | ||||
|     private LatLng mLatestLocation; | ||||
| 
 | ||||
| 
 | ||||
|     private static final String TAG = "NearbyListFragment"; | ||||
| 
 | ||||
|     public NearbyListFragment() { | ||||
|     } | ||||
| 
 | ||||
| 
 | ||||
|     @Override | ||||
|     public void onCreate(Bundle savedInstanceState) { | ||||
|         super.onCreate(savedInstanceState); | ||||
|         setRetainInstance(true); | ||||
|     } | ||||
| 
 | ||||
| 
 | ||||
|     @Override | ||||
|     public View onCreateView(LayoutInflater inflater, ViewGroup container, | ||||
|                              Bundle savedInstanceState) { | ||||
|  | @ -73,8 +68,7 @@ public class NearbyListFragment extends ListFragment implements TaskListener { | |||
|             progressBar.setVisibility(View.VISIBLE); | ||||
|         } | ||||
|     } | ||||
| 
 | ||||
| 
 | ||||
|      | ||||
|     @Override | ||||
|     public void onViewCreated(View view, Bundle savedInstanceState) { | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 misaochan
						misaochan