mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-10-31 06:43:56 +01:00 
			
		
		
		
	Remove calls to screen orientation methods
This commit is contained in:
		
							parent
							
								
									9d61dc4345
								
							
						
					
					
						commit
						9a8bbb4dd1
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		|  | @ -117,7 +117,6 @@ public class NearbyListFragment extends ListFragment implements TaskListener { | |||
|         protected void onPreExecute() { | ||||
|             super.onPreExecute(); | ||||
|             listener.onTaskStarted(); | ||||
|             //lockScreenOrientation(); | ||||
|         } | ||||
| 
 | ||||
|         @Override | ||||
|  | @ -136,7 +135,6 @@ public class NearbyListFragment extends ListFragment implements TaskListener { | |||
|         protected void onPostExecute(List<Place> result) { | ||||
|             super.onPostExecute(result); | ||||
|             progressBar.setVisibility(View.GONE); | ||||
|             //unlockScreenOrientation(); | ||||
| 
 | ||||
|             mAdapter = new NearbyAdapter(getActivity(), places); | ||||
|             ListView listview = (ListView) getView().findViewById(R.id.listview); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 misaochan
						misaochan