File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
android/src/main/java/com/instabug/reactlibrary Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -44,14 +44,13 @@ public void startInstabugWithTokenForAndroid(String androidApplicationToken)
4444 {
4545 this .mAndroidApplicationToken = androidApplicationToken ;
4646
47- mInstagbug = new Instabug .Builder (androidApplication , mAndroidApplicationToken )
48- .setDebugEnabled (true )
49- .setEmailFieldRequired (false )
50- .setFloatingButtonOffsetFromTop (400 )
51- .setColorTheme (InstabugColorTheme .InstabugColorThemeLight )
52- .setInvocationEvent (InstabugInvocationEvent .FLOATING_BUTTON )
53- .setShouldShowIntroDialog (false )
54- .build ();
47+ mInstabug = new Instabug .Builder (androidApplication , mAndroidApplicationToken )
48+ .setEmailFieldRequired (false )
49+ .setFloatingButtonOffsetFromTop (400 )
50+ .setTheme (InstabugColorTheme .InstabugColorThemeLight )
51+ .setInvocationEvent (InstabugInvocationEvent .FLOATING_BUTTON )
52+ .setIntroMessageEnabled (false )
53+ .build ();
5554 }
5655
5756 /**
You can’t perform that action at this time.
0 commit comments