mirror of
https://github.com/status-im/instabug-reactnative.git
synced 2025-03-03 22:50:48 +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
|
@ReactMethod
|
||||||
public void setUserName(String username) {
|
public void setUserName(String username) {
|
||||||
try {
|
try {
|
||||||
mInstabug.setUserName(username);
|
mInstabug.setUsername(username);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user