Skip to content

Commit

Permalink
Merge remote-tracking branch 'mikelambert/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldkim committed Jan 9, 2017
2 parents 1381928 + 26458e9 commit 53cc34c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public void invoke(Object... args) {
// NOOP
}
};
mPermissionsModule.requestPermission(permission, resolve, reject);
mPermissionsModule.requestPermission(permission, new PromiseImpl(resolve, reject));
}


Expand Down

0 comments on commit 53cc34c

Please sign in to comment.