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 e8ac47a commit 20af7bdCopy full SHA for 20af7bd
app/src/main/java/dev/pranav/applock/features/settings/ui/SettingsScreen.kt
@@ -1026,7 +1026,7 @@ fun LinksSection() {
1026
onClick = {
1027
val intent = Intent(
1028
Intent.ACTION_VIEW,
1029
- "https://github.com/PranavPurwar/AppLock".toUri()
+ "https://github.com/aload0/AppLock".toUri()
1030
)
1031
context.startActivity(intent)
1032
}
@@ -1040,7 +1040,7 @@ fun LinksSection() {
1040
1041
1042
1043
- "https://github.com/PranavPurwar/AppLock/issues".toUri()
+ "https://github.com/aload0/AppLock/issues".toUri()
1044
1045
1046
0 commit comments