mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-30 06:13:54 +01:00
Added fixme in places for permissions check
This commit is contained in:
parent
82f2d58f58
commit
24d0b9fdf6
2 changed files with 3 additions and 0 deletions
|
|
@ -85,6 +85,7 @@ public class ContributionController {
|
|||
try {
|
||||
activity.startActivity(shareIntent);
|
||||
} catch (SecurityException e) {
|
||||
//FIXME: Add permission request here
|
||||
Log.e("ContributionController", "Security Exception", e);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue