We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06ce076 commit 499aba3Copy full SHA for 499aba3
1 file changed
app/src/main/kotlin/com/simplemobiletools/thankyou/activities/MainActivity.kt
@@ -44,9 +44,7 @@ class MainActivity : SimpleActivity() {
44
}
45
46
private fun launchAbout() {
47
- val faqItems = arrayListOf(
48
- FAQItem(R.string.faq_7_title_commons, R.string.faq_7_text_commons)
49
- )
+ val faqItems = ArrayList<FAQItem>()
50
51
if (!resources.getBoolean(R.bool.hide_google_relations)) {
52
faqItems.add(FAQItem(R.string.faq_2_title_commons, R.string.faq_2_text_commons))
0 commit comments