Skip to content

Commit

Permalink
locking height to ReportScreen for messages
Browse files Browse the repository at this point in the history
  • Loading branch information
gedu committed Mar 28, 2023
1 parent be4fdf1 commit b6c8612
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/home/ReportScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ import FullPageNotFoundView from '../../components/BlockingViews/FullPageNotFoun
import ReportHeaderSkeletonView from '../../components/ReportHeaderSkeletonView';
import withViewportOffsetTop, {viewportOffsetTopPropTypes} from '../../components/withViewportOffsetTop';
import * as ReportActionsUtils from '../../libs/ReportActionsUtils';
import * as DeviceCapabilities from '../../libs/DeviceCapabilities';

const propTypes = {
/** Navigation route context info provided by react navigation */
Expand Down Expand Up @@ -217,6 +218,7 @@ class ReportScreen extends React.Component {
return (
<ScreenWrapper
style={screenWrapperStyle}
lockHeight={DeviceCapabilities.canUseTouchScreen()}
>
<Freeze
freeze={freeze}
Expand Down

0 comments on commit b6c8612

Please sign in to comment.