We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b5cff6 commit e71ec26Copy full SHA for e71ec26
DYYY.xm
@@ -4279,7 +4279,7 @@ static CGFloat DYYYDesiredMTKViewShiftOffset(UIView *view) {
4279
}
4280
CGFloat viewWidth = CGRectGetWidth(view.bounds);
4281
CGFloat screenWidth = [UIScreen mainScreen].bounds.size.width;
4282
- if (viewWidth < screenWidth * 0.75f) {
+ if (viewWidth < screenWidth * 0.995f) {
4283
return 0.0f;
4284
4285
CGFloat tabHeight = DYYYCurrentTabHeight();
0 commit comments