Skip to content

Commit 20af7bd

Browse files
authored
Update GitHub links in SettingsScreen.kt
1 parent e8ac47a commit 20af7bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/java/dev/pranav/applock/features/settings/ui/SettingsScreen.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1026,7 +1026,7 @@ fun LinksSection() {
10261026
onClick = {
10271027
val intent = Intent(
10281028
Intent.ACTION_VIEW,
1029-
"https://github.com/PranavPurwar/AppLock".toUri()
1029+
"https://github.com/aload0/AppLock".toUri()
10301030
)
10311031
context.startActivity(intent)
10321032
}
@@ -1040,7 +1040,7 @@ fun LinksSection() {
10401040
onClick = {
10411041
val intent = Intent(
10421042
Intent.ACTION_VIEW,
1043-
"https://github.com/PranavPurwar/AppLock/issues".toUri()
1043+
"https://github.com/aload0/AppLock/issues".toUri()
10441044
)
10451045
context.startActivity(intent)
10461046
}

0 commit comments

Comments
 (0)