Replace the 301 GH URI in SettingsFragment.kt

This commit is contained in:
Mr. Beedell, Roke Julian Lockhart (RJLB) 2025-06-16 14:55:01 +01:00 committed by GitHub
parent 8a4db58947
commit d7cf0f8a77
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -75,7 +75,7 @@ class SettingsFragment : Fragment() {
private const val FOXY_DROID_URL = "https://github.com/kitsunyan/foxy-droid" private const val FOXY_DROID_URL = "https://github.com/kitsunyan/foxy-droid"
private const val DROID_IFY_TITLE = "Droid-ify" private const val DROID_IFY_TITLE = "Droid-ify"
private const val DROID_IFY_URL = "https://github.com/Iamlooker/Droid-ify" private const val DROID_IFY_URL = "https://github.com/Droid-ify/client"
} }
private val viewModel: SettingsViewModel by viewModels() private val viewModel: SettingsViewModel by viewModels()