Skip to content

Commit

Permalink
fix: temp disable translations in help
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommy-Geenexus committed Aug 4, 2024
1 parent 11d7e93 commit f6795a8
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,13 @@ class HelpViewHolder(

fun bindItemHelpTranslate() {
binding.apply {
layoutPreference.isEnabled = false
layoutPreference.tag = TAG_ITEM_HELP_TRANSLATE
iconPreference.isEnabled = false
iconPreference.setImageResource(R.drawable.ic_translate)
titlePreference.isEnabled = false
titlePreference.setText(R.string.become_translator)
summaryPreference.isEnabled = false
summaryPreference.setText(R.string.onesky)
}
}
Expand Down

0 comments on commit f6795a8

Please # to comment.