mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Fixed returns
This commit is contained in:
parent
4207022dee
commit
456ed7aff6
1 changed files with 3 additions and 1 deletions
|
|
@ -148,6 +148,8 @@ public class ContributionsListFragment extends Fragment {
|
|||
if (grantResults.length > 0
|
||||
&& grantResults[0] == PackageManager.PERMISSION_GRANTED) {
|
||||
controller.startGalleryPick();
|
||||
} else {
|
||||
return;
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue