mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-30 00:52:42 +03:00
Fixed login crash
This commit is contained in:
parent
2e4aad4ade
commit
5bb8f3f187
@ -234,7 +234,7 @@ class ApplicationContainer extends Component {
|
||||
this._connectNotificationServer(accountData.name);
|
||||
})
|
||||
.catch((err) => {
|
||||
Alert.alert(`Fetching data from server failed, please try again or notify us at info@esteem.app \n${err.substr(0, 20)}`);
|
||||
Alert.alert(`Fetching data from server failed, please try again or notify us at info@esteem.app \n${err.message.substr(0, 20)}`);
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user