We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 320911c commit cbb7b01Copy full SHA for cbb7b01
1 file changed
app/src/main/java/com/raival/compose/file/explorer/screen/main/compose/DrawerContent.kt
@@ -91,7 +91,7 @@ fun DrawerContent() {
91
context.startActivity(
92
Intent(
93
Intent.ACTION_VIEW,
94
- Uri.parse("https://github.com/raival/FileExplorer-Compose")
+ Uri.parse("https://github.com/Raival-e/File-Explorer-Compose")
95
)
96
97
}) {
@@ -141,4 +141,4 @@ fun DrawerContent() {
141
}
142
143
144
-}
+}
0 commit comments