mirror of
https://github.com/status-im/instabug-reactnative.git
synced 2025-03-03 14:40:54 +00:00
Fix typo in setUsername method
This commit is contained in:
parent
9a693900cb
commit
7604cbae0e
@ -208,7 +208,7 @@ public class RNInstabugReactnativeModule extends ReactContextBaseJavaModule {
|
||||
@ReactMethod
|
||||
public void setUserName(String username) {
|
||||
try {
|
||||
mInstabug.setUserName(username);
|
||||
mInstabug.setUsername(username);
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user