Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nammu.askForPermission fragment not available in 1.1.1 #17

Closed
fouadkada opened this issue Feb 22, 2017 · 2 comments
Closed

Nammu.askForPermission fragment not available in 1.1.1 #17

fouadkada opened this issue Feb 22, 2017 · 2 comments

Comments

@fouadkada
Copy link

in version 1.1.1 the only method signatures for askForPermission are the following

askForPermission(Activity activity, String permission, PermissionCallback permissionCallback)
askForPermission(Activity activity, String[] permissions, PermissionCallback permissionCallback)

There is no askForPermission for Fragment as shown in the sample app

@tajchert
Copy link
Owner

This is very weird as it is in the code : https://github.com/tajchert/Nammu/blob/master/nammu/src/main/java/pl/tajchert/nammu/Nammu.java#L96
Will look for solution on this.

@tajchert
Copy link
Owner

Should be fixed and working well in 1.1.2 version.
https://jitpack.io/#tajchert/Nammu/1.1.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants