Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jul 22, 2019. It is now read-only.

Commit 9a66f04

Browse files
committed
Fixes #76 - add back initalize action
1 parent 16d1a33 commit 9a66f04

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/Clusters/ClustersIndex.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ import Colors, { defaultNavigatorStyle } from 'styles/Colors';
2020
import ClustersItem from 'components/Clusters/ClustersItem';
2121
import EmptyView from 'components/commons/EmptyView';
2222
import ClustersActions from 'actions/ClustersActions';
23+
import InitActions from 'actions/InitActions';
2324
import FAB from 'components/commons/FAB';
2425

2526
const {
@@ -103,6 +104,7 @@ export default class ClustersIndex extends Component {
103104
};
104105
this.shouldShowActionSheet = false;
105106
props.navigator.setOnNavigatorEvent(this.onNavigatorEvent.bind(this));
107+
InitActions.initializeApplication();
106108
}
107109

108110
componentDidMount() {

0 commit comments

Comments
 (0)