Skip to content

Commit 0ee7b45

Browse files
Cleanup the code
1 parent a059f5c commit 0ee7b45

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

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

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -62,18 +62,6 @@ public class RNInstabugReactnativeModule extends ReactContextBaseJavaModule {
6262
private final String COLOR_THEME_LIGHT = "light";
6363
private final String COLOR_THEME_DARK = "dark";
6464

65-
edgeSwipeStartHint:Instabug.edgeSwipeStartHint,
66-
67-
startAlertText:Instabug.startAlertText,
68-
69-
70-
microphonePermissionAlertSettingsButtonText:Instabug
71-
.microphonePermissionAlertSettingsButtonText,
72-
73-
conversationsHeaderTitle:Instabug.conversationsHeaderTitle,
74-
75-
screenshotHeaderTitle:Instabug.screenshotHeaderTitle,
76-
7765
//CustomTextPlaceHolders
7866
private final String SHAKE_HINT = "shakeHint";
7967
private final String SWIPE_HINT = "swipeHint";

0 commit comments

Comments
 (0)