mirror of
https://github.com/SimpleMobileTools/Simple-Thank-You.git
synced 2025-02-17 20:10:48 +01:00
removing a FAQ item from the F-droid variant
This commit is contained in:
parent
06ce076951
commit
499aba3be6
@ -44,9 +44,7 @@ class MainActivity : SimpleActivity() {
|
||||
}
|
||||
|
||||
private fun launchAbout() {
|
||||
val faqItems = arrayListOf(
|
||||
FAQItem(R.string.faq_7_title_commons, R.string.faq_7_text_commons)
|
||||
)
|
||||
val faqItems = ArrayList<FAQItem>()
|
||||
|
||||
if (!resources.getBoolean(R.bool.hide_google_relations)) {
|
||||
faqItems.add(FAQItem(R.string.faq_2_title_commons, R.string.faq_2_text_commons))
|
||||
|
Loading…
x
Reference in New Issue
Block a user