mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-19 11:03:56 +00:00
[skip ci] Updated faq + Force LTR layout (#435)
* Updated faq + Force LTR layout * Ibo merge issue
This commit is contained in:
@@ -50,6 +50,11 @@ class FAQActivity : AppCompatActivity() {
|
||||
currContext()?.getString(R.string.question_5) ?: "",
|
||||
currContext()?.getString(R.string.answer_5) ?: ""
|
||||
),
|
||||
Triple(
|
||||
R.drawable.ic_anilist,
|
||||
currContext()?.getString(R.string.question_18) ?: "",
|
||||
currContext()?.getString(R.string.answer_18) ?: ""
|
||||
),
|
||||
Triple(
|
||||
R.drawable.ic_anilist,
|
||||
currContext()?.getString(R.string.question_6) ?: "",
|
||||
@@ -60,6 +65,11 @@ class FAQActivity : AppCompatActivity() {
|
||||
currContext()?.getString(R.string.question_7) ?: "",
|
||||
currContext()?.getString(R.string.answer_7) ?: ""
|
||||
),
|
||||
Triple(
|
||||
R.drawable.ic_round_magnet_24,
|
||||
currContext()?.getString(R.string.question_19) ?: "",
|
||||
currContext()?.getString(R.string.answer_19) ?: ""
|
||||
),
|
||||
Triple(
|
||||
R.drawable.ic_round_lock_open_24,
|
||||
currContext()?.getString(R.string.question_9) ?: "",
|
||||
|
||||
Reference in New Issue
Block a user