Skip to content

Commit d1e066b

Browse files
committed
clean-up
1 parent c5222e2 commit d1e066b

File tree

1 file changed

+1
-1
lines changed
  • packages/react-native-fast-io/android/src/main/java/com/margelo/nitro/fastio

1 file changed

+1
-1
lines changed

packages/react-native-fast-io/android/src/main/java/com/margelo/nitro/fastio/HybridFileSystem.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class HybridFileSystem : HybridFileSystemSpec() {
7474
}
7575
}
7676

77-
activity.startActivityForResult(intent, Companion.FILE_PICKER_REQUEST_CODE)
77+
activity.startActivityForResult(intent, FILE_PICKER_REQUEST_CODE)
7878
pendingPromise = this
7979

8080
} catch (e: Exception) {

0 commit comments

Comments
 (0)