mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-22 12:51:42 +03:00
Reverted applicationContainer changes
This commit is contained in:
parent
10666a0a8e
commit
78f45b96ab
@ -328,6 +328,7 @@ class ApplicationContainer extends Component {
|
|||||||
|
|
||||||
markActivityAsRead(username, activity_id).then(result => {
|
markActivityAsRead(username, activity_id).then(result => {
|
||||||
dispatch(updateUnreadActivityCount(result.unread));
|
dispatch(updateUnreadActivityCount(result.unread));
|
||||||
|
});
|
||||||
if (!some(params, isEmpty)) {
|
if (!some(params, isEmpty)) {
|
||||||
navigate({
|
navigate({
|
||||||
routeName,
|
routeName,
|
||||||
@ -335,7 +336,6 @@ class ApplicationContainer extends Component {
|
|||||||
key,
|
key,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user