[FIX] Rooms header overlapping right icons (#2503)

takes into account long names on small screen which led to overlapping title and right buttons on the header bar
This commit is contained in:
Vincenzo Esposito 2020-11-03 14:51:36 +01:00 committed by GitHub
parent 4b3223198a
commit e9a6e9a4ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ export const getHeaderHeight = (isLandscape) => {
export const getHeaderTitlePosition = insets => ({
left: 60 + insets.left,
right: 80 + insets.right
right: 140 + insets.right
});
const styles = StyleSheet.create({