diff --git a/src/App.tsx b/src/App.tsx index 9ac902d5dc..1d3385074e 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -607,7 +607,7 @@ function App() { ); }; - const shouldHideFolderTree = isAndroid; + const shouldHideFolderTree = isAndroid && isPortraitViewport; const isWgpuActive = appSettings?.useWgpuRenderer !== false && selectedImage?.isReady && hasRenderedFirstFrame; const useMacWindowShell = osPlatform === 'macos' && !appSettings?.decorations && !isWindowFullScreen && !isFullScreen;