fix: message flickering after mount due to url preview (#5232)
This commit is contained in:
parent
1abafad2b8
commit
2d323615f4
File diff suppressed because one or more lines are too long
|
@ -55,7 +55,8 @@ const styles = StyleSheet.create({
|
||||||
},
|
},
|
||||||
loading: {
|
loading: {
|
||||||
height: 0,
|
height: 0,
|
||||||
borderWidth: 0
|
borderWidth: 0,
|
||||||
|
marginTop: 0
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue