Skip to content

Commit b4f1d55

Browse files
authored
Merge pull request #40 from Instabug/MOB-1617
Mob 1617
2 parents 2bc4e17 + 6afe853 commit b4f1d55

File tree

3 files changed

+500
-1
lines changed

3 files changed

+500
-1
lines changed

InstabugSample/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ export default class App extends Component<{}> {
176176
if(invocationEvent === 'Shake')
177177
BugReporting.setInvocationEvents([BugReporting.invocationEvent.shake]);
178178
if(invocationEvent === 'Button')
179-
Instabug.setInvocationEvent(BugReporting.invocationEvent.floatingButton);
179+
BugReporting.setInvocationEvents([BugReporting.invocationEvent.floatingButton]);
180180
if(invocationEvent === 'Screenshot')
181181
BugReporting.setInvocationEvents([BugReporting.invocationEvent.screenshot]);
182182
if(invocationEvent === 'twoFingersSwipe')

0 commit comments

Comments
 (0)