mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-26 20:33:53 +01:00
Clarify comment
This commit is contained in:
parent
241c0de1fb
commit
65752be7b1
1 changed files with 2 additions and 1 deletions
|
|
@ -432,7 +432,8 @@ public class NearbyMapFragment extends android.support.v4.app.Fragment {
|
|||
}
|
||||
}
|
||||
break;
|
||||
// 2 = "Write external storage" allowed when camera selected
|
||||
|
||||
// 3 = "Write external storage" allowed when camera selected
|
||||
case 3: {
|
||||
if (grantResults.length > 0 && grantResults[0] == PackageManager.PERMISSION_GRANTED) {
|
||||
Timber.d("Call controller.startCameraCapture()");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue