From 25c276fb7a3bfd0c16cade20599802f329bc9c8c Mon Sep 17 00:00:00 2001
From: lyswhut <lyswhut@qq.com>
Date: Wed, 20 Dec 2023 14:45:40 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=A4=96=E9=83=A8=E5=AD=98?=
 =?UTF-8?q?=E5=82=A8=E8=B7=AF=E5=BE=84=E5=88=97=E8=A1=A8=E6=B8=85=E7=90=86?=
 =?UTF-8?q?=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/components/common/ChoosePath/components/Header.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/common/ChoosePath/components/Header.tsx b/src/components/common/ChoosePath/components/Header.tsx
index 5a0f91fce..db646fc0c 100644
--- a/src/components/common/ChoosePath/components/Header.tsx
+++ b/src/components/common/ChoosePath/components/Header.tsx
@@ -28,7 +28,7 @@ export default memo(({
   const statusBarHeight = useStatusbarHeight()
 
   const checkExternalStoragePath = useCallback(() => {
-    // storagePathsRef.current = []
+    storagePathsRef.current = []
     void getExternalStoragePath().then(async(storagePaths) => {
       for (const path of storagePaths) {
         try {