Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

Update all the things! #152

Merged
merged 1 commit into from
Aug 21, 2017
Merged

Update all the things! #152

merged 1 commit into from
Aug 21, 2017

Conversation

SUPERCILEX
Copy link
Contributor

No description provided.

Signed-off-by: Alex Saveau <[email protected]>
@@ -360,9 +366,9 @@ private static void runAnnotatedMethods(@NonNull Object object, int requestCode)

while (clazz != null) {
for (Method method : clazz.getDeclaredMethods()) {
if (method.isAnnotationPresent(AfterPermissionGranted.class)) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Intellij started complaining about this being a java 8 only feature. It shouldn't really matter since marshmallow came with 1.8, but I've made it backwards compatible anyway.

@samtstern
Copy link
Contributor

@SUPERCILEX nice! Thanks for this.

@samtstern samtstern merged commit 556b2ce into googlesamples:master Aug 21, 2017
@SUPERCILEX SUPERCILEX deleted the update branch August 22, 2017 04:42
GulajavaMinistudio added a commit to GulajavaMinistudio/easypermissions that referenced this pull request Aug 22, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants