diff --git a/packages/app-mobile/root.tsx b/packages/app-mobile/root.tsx index 3182fbc3c2..acd811a85b 100644 --- a/packages/app-mobile/root.tsx +++ b/packages/app-mobile/root.tsx @@ -981,6 +981,9 @@ class AppComponent extends React.Component { // const statusBarStyle = theme.appearance === 'light-content'; const statusBarStyle = 'light-content'; + const biometricIsEnabled = !!this.state.sensorInfo && this.state.sensorInfo.enabled; + const shouldShowMainContent = !biometricIsEnabled || this.props.biometricsDone; + const mainContent = ( - + { shouldShowMainContent && } this.dropdownAlert_ = ref} tapToCloseEnabled={true} />