From a2823eb96a86b1b98ac49d0fb5caa2ce1a174eff Mon Sep 17 00:00:00 2001 From: Mustafa Buyukcelebi Date: Tue, 27 Aug 2019 15:26:59 +0300 Subject: [PATCH] Small fix for read all --- src/screens/notification/container/notificationContainer.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/screens/notification/container/notificationContainer.js b/src/screens/notification/container/notificationContainer.js index c66f5dc0e..67720a7c3 100644 --- a/src/screens/notification/container/notificationContainer.js +++ b/src/screens/notification/container/notificationContainer.js @@ -134,6 +134,7 @@ class NotificationContainer extends Component { intl.formatMessage({ id: 'alert.error' }), intl.formatMessage({ d: 'alert.unknow_error' }), ); + this.setState({ isNotificationRefreshing: false }); }); };