mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-30 06:13:54 +01:00
Add comments
This commit is contained in:
parent
619c14857d
commit
350679dc5d
2 changed files with 3 additions and 2 deletions
|
|
@ -85,7 +85,7 @@ public class ContributionController {
|
|||
try {
|
||||
activity.startActivity(shareIntent);
|
||||
} catch (SecurityException e) {
|
||||
//FIXME: Add permission request here
|
||||
//FIXME: Add permission request here. Only startActivity if permission has been granted.
|
||||
Log.e("ContributionController", "Security Exception", e);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue