mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-20 11:51:52 +03:00
Merge pull request #1096 from esteemapp/bugfix/notification-read-all
Small fix for read all
This commit is contained in:
commit
923246187e
@ -134,6 +134,7 @@ class NotificationContainer extends Component {
|
|||||||
intl.formatMessage({ id: 'alert.error' }),
|
intl.formatMessage({ id: 'alert.error' }),
|
||||||
intl.formatMessage({ d: 'alert.unknow_error' }),
|
intl.formatMessage({ d: 'alert.unknow_error' }),
|
||||||
);
|
);
|
||||||
|
this.setState({ isNotificationRefreshing: false });
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user