From e9d97bab8d8acfa304ce8fdd61acdfa6bd580c07 Mon Sep 17 00:00:00 2001 From: machiav3lli Date: Wed, 20 Oct 2021 19:34:40 +0200 Subject: [PATCH] Update: Fix project link --- .../kotlin/com/looker/droidify/screen/SettingsFragment.kt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/main/kotlin/com/looker/droidify/screen/SettingsFragment.kt b/src/main/kotlin/com/looker/droidify/screen/SettingsFragment.kt index 15cf8de6..da49f524 100644 --- a/src/main/kotlin/com/looker/droidify/screen/SettingsFragment.kt +++ b/src/main/kotlin/com/looker/droidify/screen/SettingsFragment.kt @@ -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() {