mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-29 13:53:54 +01:00
Replace C style with Java style array declaration
This commit is contained in:
parent
048474b059
commit
31a9582229
3 changed files with 3 additions and 3 deletions
|
|
@ -172,7 +172,7 @@ public class ContributionsListFragment extends Fragment {
|
|||
}
|
||||
|
||||
@Override
|
||||
public void onRequestPermissionsResult(int requestCode, String permissions[], int[] grantResults) {
|
||||
public void onRequestPermissionsResult(int requestCode, String[] permissions, int[] grantResults) {
|
||||
switch (requestCode) {
|
||||
// 1 = Storage allowed when gallery selected
|
||||
case 1: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue