mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-26 09:13:33 +03:00
Reverted applicationContainer changes
This commit is contained in:
parent
d2592a6001
commit
9dd4ddc73d
@ -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,
|
||||
});
|
||||
}
|
||||
}
|
||||
},
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user