mirror of
https://github.com/status-im/instabug-reactnative.git
synced 2025-02-28 13:10:40 +00:00
fix setUsername call
This commit is contained in:
parent
4080baa750
commit
f75676034b
@ -183,7 +183,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