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 06e333dc52
commit 3c950c514c
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,
null,

View file

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

View file

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