mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-26 20:33:53 +01:00
Added returns
This commit is contained in:
parent
bfcb7fb6f2
commit
93d3123503
1 changed files with 2 additions and 0 deletions
|
|
@ -326,6 +326,7 @@ public class ShareActivity
|
||||||
&& grantResults[1] == PackageManager.PERMISSION_GRANTED) {
|
&& grantResults[1] == PackageManager.PERMISSION_GRANTED) {
|
||||||
getLocationData();
|
getLocationData();
|
||||||
}
|
}
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
// 4 = Storage (from submit button) - this needs to be separate from (1) because only the
|
// 4 = Storage (from submit button) - this needs to be separate from (1) because only the
|
||||||
// submit button should bring user to next screen
|
// submit button should bring user to next screen
|
||||||
|
|
@ -340,6 +341,7 @@ public class ShareActivity
|
||||||
uploadBegins();
|
uploadBegins();
|
||||||
snackbar.dismiss();
|
snackbar.dismiss();
|
||||||
}
|
}
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue