Skip to content

Commit a1ccac1

Browse files
committed
Fixes setString method name for androd
1 parent 00aed18 commit a1ccac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,7 @@ public void setCommentFieldRequired(boolean isCommentFieldRequired) {
815815
* @param {strings} key Key of string to override.
816816
*/
817817
@ReactMethod
818-
public void setStringToKey(String string, String key) {
818+
public void setString(String string, String key) {
819819
try {
820820
placeHolders.set(getStringToKeyConstant(key), string);
821821
Instabug.setCustomTextPlaceHolders(placeHolders);

0 commit comments

Comments
 (0)