From 78f45b96ab149c7201fe8aeaea52113480b5ef57 Mon Sep 17 00:00:00 2001 From: Mustafa Buyukcelebi Date: Tue, 17 Dec 2019 20:47:48 +0300 Subject: [PATCH] Reverted applicationContainer changes --- .../application/container/applicationContainer.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/screens/application/container/applicationContainer.js b/src/screens/application/container/applicationContainer.js index 6a701ccdd..8543315fa 100644 --- a/src/screens/application/container/applicationContainer.js +++ b/src/screens/application/container/applicationContainer.js @@ -328,14 +328,14 @@ class ApplicationContainer extends Component { markActivityAsRead(username, activity_id).then(result => { dispatch(updateUnreadActivityCount(result.unread)); - if (!some(params, isEmpty)) { - navigate({ - routeName, - params, - key, - }); - } }); + if (!some(params, isEmpty)) { + navigate({ + routeName, + params, + key, + }); + } } }, });