|
@@ -25,7 +25,7 @@ const statusBarHeight = getStatusBarHeight();
|
|
const minHeight = height * 0.1;
|
|
const minHeight = height * 0.1;
|
|
const midBound = height - height / 2.5;
|
|
const midBound = height - height / 2.5;
|
|
const upperBound =
|
|
const upperBound =
|
|
- height > 600
|
|
|
|
|
|
+ height > 560
|
|
?height * 0.75 - getInset('bottom')
|
|
?height * 0.75 - getInset('bottom')
|
|
:height * 0.70;
|
|
:height * 0.70;
|
|
|
|
|