mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-26 14:37:59 +01:00
removing the FAQ item about showing specific folders only too
This commit is contained in:
parent
fc365c3d36
commit
ad9f39cea4
1 changed files with 1 additions and 0 deletions
|
@ -116,6 +116,7 @@ fun SimpleActivity.launchAbout() {
|
||||||
faqItems.add(1, FAQItem(R.string.faq_17_title, R.string.faq_17_text))
|
faqItems.add(1, FAQItem(R.string.faq_17_title, R.string.faq_17_text))
|
||||||
faqItems.removeIf { it.text == R.string.faq_7_text }
|
faqItems.removeIf { it.text == R.string.faq_7_text }
|
||||||
faqItems.removeIf { it.text == R.string.faq_14_text }
|
faqItems.removeIf { it.text == R.string.faq_14_text }
|
||||||
|
faqItems.removeIf { it.text == R.string.faq_8_text }
|
||||||
}
|
}
|
||||||
|
|
||||||
startAboutActivity(R.string.app_name, licenses, BuildConfig.VERSION_NAME, faqItems, true)
|
startAboutActivity(R.string.app_name, licenses, BuildConfig.VERSION_NAME, faqItems, true)
|
||||||
|
|
Loading…
Reference in a new issue