MM-17484 - Updating loading rows (#3076)

* MM-17484 - Updating loading rows

* Updating test

* Updating mobile loader css

* Updating test

* Updating changes

* Updating tests
This commit is contained in:
Asaad Mahmood 2019-08-09 22:33:38 +05:00 committed by Harrison Healey
parent 41ddb5cc1a
commit cdd7a54ef4
3 changed files with 3 additions and 1 deletions

View file

@ -7,6 +7,7 @@ exports[`ChannelLoader should match snapshot 1`] = `
Array [
Object {
"flex": 1,
"overflow": "hidden",
},
undefined,
Object {

View file

@ -149,6 +149,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => {
return {
container: {
flex: 1,
overflow: 'hidden',
},
section: {
backgroundColor: theme.centerChannelBg,

View file

@ -310,6 +310,6 @@ export const style = StyleSheet.create({
flex: 1,
},
iOSHomeIndicator: {
paddingBottom: 5,
paddingBottom: 50,
},
});