Skip to content

Commit b6c8612

Browse files
committed
locking height to ReportScreen for messages
1 parent be4fdf1 commit b6c8612

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pages/home/ReportScreen.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ import FullPageNotFoundView from '../../components/BlockingViews/FullPageNotFoun
3434
import ReportHeaderSkeletonView from '../../components/ReportHeaderSkeletonView';
3535
import withViewportOffsetTop, {viewportOffsetTopPropTypes} from '../../components/withViewportOffsetTop';
3636
import * as ReportActionsUtils from '../../libs/ReportActionsUtils';
37+
import * as DeviceCapabilities from '../../libs/DeviceCapabilities';
3738

3839
const propTypes = {
3940
/** Navigation route context info provided by react navigation */
@@ -217,6 +218,7 @@ class ReportScreen extends React.Component {
217218
return (
218219
<ScreenWrapper
219220
style={screenWrapperStyle}
221+
lockHeight={DeviceCapabilities.canUseTouchScreen()}
220222
>
221223
<Freeze
222224
freeze={freeze}

0 commit comments

Comments
 (0)