Skip to content

Commit d1c1daa

Browse files
committed
📝 Change the default value of floating button edge in the deprecated constructor to be left
1 parent 4885467 commit d1c1daa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/java/com/instabug/reactlibrary/RNInstabugReactnativePackage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public RNInstabugReactnativePackage(String androidApplicationToken, Application
6565
public RNInstabugReactnativePackage(String androidApplicationToken, Application androidApplication,
6666
String invocationEventValue, String primaryColor) {
6767
new RNInstabugReactnativePackage(androidApplicationToken,androidApplication,invocationEventValue,primaryColor,
68-
InstabugFloatingButtonEdge.RIGHT,250);
68+
InstabugFloatingButtonEdge.LEFT,250);
6969
}
7070

7171
public static class Builder {

0 commit comments

Comments
 (0)