mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-10-31 14:53:59 +01:00 
			
		
		
		
	Remove TODO
This commit is contained in:
		
							parent
							
								
									ba8bf51dbf
								
							
						
					
					
						commit
						cd713caa5e
					
				
					 2 changed files with 0 additions and 2 deletions
				
			
		|  | @ -49,7 +49,6 @@ class DirectUpload { | |||
|     } | ||||
| 
 | ||||
|     void initiateCameraUpload() { | ||||
|         //boolean useExtStorage = defaultPrefs.getBoolean("useExternalStorage", true); | ||||
|         if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) { | ||||
|             if (ContextCompat.checkSelfPermission(fragment.getActivity(), WRITE_EXTERNAL_STORAGE) != PackageManager.PERMISSION_GRANTED) { | ||||
|                 if (fragment.getActivity().shouldShowRequestPermissionRationale(WRITE_EXTERNAL_STORAGE)) { | ||||
|  |  | |||
|  | @ -416,7 +416,6 @@ public class NearbyMapFragment extends android.support.v4.app.Fragment { | |||
|         }); | ||||
|     } | ||||
| 
 | ||||
|     //TODO: Handle onRequestPermissionsResult | ||||
|     @Override | ||||
|     public void onRequestPermissionsResult(int requestCode, @NonNull String[] permissions, @NonNull int[] grantResults) { | ||||
|         Timber.d("onRequestPermissionsResult: req code = " + " perm = " + permissions + " grant =" + grantResults); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 misaochan
						misaochan