mirror of
https://github.com/status-im/instabug-reactnative.git
synced 2025-03-03 14:40:54 +00:00
Fix setUserName typo
This commit is contained in:
parent
0552549856
commit
f517f9d9d3
@ -181,9 +181,9 @@ public class RNInstabugReactnativeModule extends ReactContextBaseJavaModule {
|
||||
* @param username
|
||||
*/
|
||||
@ReactMethod
|
||||
public void setUsername(String username) {
|
||||
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