We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4071dea commit 97b43b0Copy full SHA for 97b43b0
src/android/IBGPlugin.java
@@ -526,7 +526,7 @@ public static InstabugInvocationEvent parseInvocationEvent(String event) {
526
} else if ("button".equals(event)) {
527
return InstabugInvocationEvent.FLOATING_BUTTON;
528
} else if ("swipe".equals(event)) {
529
- return InstabugInvocationEvent.TWO_FINGER_SWIPE_LEFTt;
+ return InstabugInvocationEvent.TWO_FINGER_SWIPE_LEFT;
530
} else if ("screenshot".equals(event)) {
531
return InstabugInvocationEvent.SCREENSHOT_GESTURE;
532
}else if ("none".equals(event)) {
0 commit comments