diff --git a/packages/mobile/src/MobileWebAppContainer.tsx b/packages/mobile/src/MobileWebAppContainer.tsx index 9b6b4058c6c..c0373fcc8c7 100644 --- a/packages/mobile/src/MobileWebAppContainer.tsx +++ b/packages/mobile/src/MobileWebAppContainer.tsx @@ -49,7 +49,7 @@ const MobileWebAppContents = ({ destroyAndReload }: { destroyAndReload: () => vo const screenHeight = Dimensions.get('screen').height const androidVersion = Platform.OS === 'android' ? Platform.Version : 0 - const useFlexLayout = Platform.OS === 'ios' || androidVersion < 34 + const useFlexLayout = Platform.OS === 'ios' || androidVersion < 35 const [webViewContainerHeight, setWebViewContainerHeight] = useState(screenHeight) useEffect(() => { diff --git a/packages/web/package.json b/packages/web/package.json index 0da77159d96..db408840efe 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -3,7 +3,7 @@ "version": "3.201.9", "license": "AGPL-3.0", "main": "dist/app.js", - "author": "Standard Notes.", + "author": "Standard Notes", "private": true, "files": [ "dist"