mirror of
https://github.com/status-im/instabug-reactnative.git
synced 2026-08-31 14:11:11 +00:00
Fix stringToKey type error
This commit is contained in:
@@ -776,9 +776,9 @@ public class RNInstabugReactnativeModule extends ReactContextBaseJavaModule {
|
||||
}
|
||||
}
|
||||
|
||||
private String getStringToKeyConstant(String key) {
|
||||
private InstabugCustomTextPlaceHolder.Key getStringToKeyConstant(String key) {
|
||||
String keyInLowerCase = key.toLowerCase();
|
||||
switch (localeInLowerCase) {
|
||||
switch (keyInLowerCase) {
|
||||
case SHAKE_HINT:
|
||||
return InstabugCustomTextPlaceHolder.Key.SHAKE_HINT;
|
||||
case SWIPE_HINT:
|
||||
|
||||
Reference in New Issue
Block a user