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 be4fdf1 commit b6c8612Copy full SHA for b6c8612
src/pages/home/ReportScreen.js
@@ -34,6 +34,7 @@ import FullPageNotFoundView from '../../components/BlockingViews/FullPageNotFoun
34
import ReportHeaderSkeletonView from '../../components/ReportHeaderSkeletonView';
35
import withViewportOffsetTop, {viewportOffsetTopPropTypes} from '../../components/withViewportOffsetTop';
36
import * as ReportActionsUtils from '../../libs/ReportActionsUtils';
37
+import * as DeviceCapabilities from '../../libs/DeviceCapabilities';
38
39
const propTypes = {
40
/** Navigation route context info provided by react navigation */
@@ -217,6 +218,7 @@ class ReportScreen extends React.Component {
217
218
return (
219
<ScreenWrapper
220
style={screenWrapperStyle}
221
+ lockHeight={DeviceCapabilities.canUseTouchScreen()}
222
>
223
<Freeze
224
freeze={freeze}
0 commit comments