mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +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;
|
break;
|
||||||
// 2 = "Write external storage" allowed when camera selected
|
|
||||||
|
// 3 = "Write external storage" allowed when camera selected
|
||||||
case 3: {
|
case 3: {
|
||||||
if (grantResults.length > 0 && grantResults[0] == PackageManager.PERMISSION_GRANTED) {
|
if (grantResults.length > 0 && grantResults[0] == PackageManager.PERMISSION_GRANTED) {
|
||||||
Timber.d("Call controller.startCameraCapture()");
|
Timber.d("Call controller.startCameraCapture()");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue