Skip to content

Commit

Permalink
修复外部存储路径列表清理问题
Browse files Browse the repository at this point in the history
  • Loading branch information
lyswhut committed Dec 20, 2023
1 parent 5e2ffb1 commit 25c276f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/ChoosePath/components/Header.tsx
Expand Up @@ -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 {
Expand Down

0 comments on commit 25c276f

Please sign in to comment.