Skip to content

Commit

Permalink
Add support for push feedback form on Android
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaysharm committed Apr 9, 2018
1 parent c48c7fa commit 0ea4bfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/src/com/testfairy/AirTestFairyContext.java
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ public FREObject call(FREContext context, FREObject[] freObjects) {
private static class PushFeedbackController implements FREFunction {
@Override
public FREObject call(FREContext freContext, FREObject[] freObjects) {
TestFairy.showFeedbackForm();
return null;
}
}
Expand Down

0 comments on commit 0ea4bfb

Please sign in to comment.