Update support link to Androidacy chat

-Support link changed from Fox2Code_Chat to androidacy_discussions

Signed-off-by: Daviteusz <daviteusz0@gmail.com>
pull/89/head
Daviteusz 2 years ago committed by GitHub
parent 0b6dd69173
commit 39bd4183d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -182,7 +182,7 @@ class InfoFragment : PreferenceFragmentCompat() {
linkClickable = findPreference("pref_support")
linkClickable!!.onPreferenceClickListener =
Preference.OnPreferenceClickListener { p: Preference ->
IntentHelper.openUrl(p.context, "https://t.me/Fox2Code_Chat")
IntentHelper.openUrl(p.context, "https://t.me/androidacy_discussions")
true
}
linkClickable.onPreferenceLongClickListener =
@ -190,7 +190,7 @@ class InfoFragment : PreferenceFragmentCompat() {
val toastText = requireContext().getString(R.string.link_copied)
clipboard.setPrimaryClip(
ClipData.newPlainText(
toastText, "https://t.me/Fox2Code_Chat"
toastText, "https://t.me/androidacy_discussions"
)
)
Toast.makeText(requireContext(), toastText, Toast.LENGTH_SHORT).show()
@ -215,4 +215,4 @@ class InfoFragment : PreferenceFragmentCompat() {
true
}
}
}
}

Loading…
Cancel
Save