Skip to content

Commit

Permalink
fixes issue zoontek#45.
Browse files Browse the repository at this point in the history
  • Loading branch information
robcapell committed Nov 3, 2016
1 parent f209180 commit cfd940d
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, new PromiseImpl(resolve, reject));
mPermissionsModule.requestPermission(permission, resolve, reject);
}


Expand Down

0 comments on commit cfd940d

Please sign in to comment.