mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-19 11:21:41 +03:00
moved reset local vote map to application container
This commit is contained in:
parent
258e5d0b09
commit
f3cdc4d52b
@ -80,6 +80,7 @@ import {
|
||||
toastNotification,
|
||||
updateActiveBottomTab,
|
||||
} from '../../../redux/actions/uiAction';
|
||||
import { resetLocalVoteMap } from '../../../redux/actions/postsAction';
|
||||
|
||||
import { encryptKey } from '../../../utils/crypto';
|
||||
|
||||
@ -624,6 +625,7 @@ class ApplicationContainer extends Component {
|
||||
//reset certain properties
|
||||
dispatch(hideActionModal());
|
||||
dispatch(toastNotification(''));
|
||||
dispatch(resetLocalVoteMap());
|
||||
|
||||
const settings = await getSettings();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user