Merge pull request #1023 from RokeJulianLockhart/patch-1

Replace the (301) `Iamlooker/Droid-ify` URI with `Droid-ify/client` in `SettingsFragment.kt`.
This commit is contained in:
LooKeR 2025-06-23 22:41:55 +05:30 committed by GitHub
commit 9c04d4f2de
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()