fix: message flickering after mount due to url preview (#5232)

This commit is contained in:
Reinaldo Neto 2023-09-26 09:54:21 -03:00 committed by GitHub
parent 1abafad2b8
commit 2d323615f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -55,7 +55,8 @@ const styles = StyleSheet.create({
},
loading: {
height: 0,
borderWidth: 0
borderWidth: 0,
marginTop: 0
}
});