Update: Fix project link

This commit is contained in:
machiav3lli 2021-10-20 19:34:40 +02:00
parent 8391cb3ca9
commit e9d97bab8d

View File

@ -166,9 +166,7 @@ class SettingsFragment : ScreenFragment() {
}
private fun openURI() {
val browserIntent =
Intent(Intent.ACTION_VIEW, "https://github.com/kitsunyan/foxy-droid/".toUri())
startActivity(browserIntent)
startActivity(Intent(Intent.ACTION_VIEW, "https://github.com/iamlooker/Droid-ify/".toUri()))
}
override fun onDestroyView() {