re-center loading text
This commit is contained in:
parent
442928d0d7
commit
d86fa02272
2 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ export default class Home extends React.Component {
|
||||||
|
|
||||||
componentWillMount() {
|
componentWillMount() {
|
||||||
BackAndroid.addEventListener('hardwareBackPress', () => true);
|
BackAndroid.addEventListener('hardwareBackPress', () => true);
|
||||||
loaderHandler.showLoader('Fetching Projects');
|
loaderHandler.showLoader('Fetching');
|
||||||
}
|
}
|
||||||
|
|
||||||
componentDidMount() {
|
componentDidMount() {
|
||||||
|
|
|
@ -45,7 +45,7 @@ export default class ProjectDetails extends React.Component {
|
||||||
}
|
}
|
||||||
|
|
||||||
componentWillMount() {
|
componentWillMount() {
|
||||||
loaderHandler.showLoader('Fetching Builds');
|
loaderHandler.showLoader('Fetching');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in a new issue