mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-04-15 10:47:31 +02:00
flip FAQ items
This commit is contained in:
parent
960b99d6f3
commit
ce466645c5
@ -248,8 +248,8 @@ class MainActivity : SimpleActivity() {
|
|||||||
|
|
||||||
private fun launchAbout() {
|
private fun launchAbout() {
|
||||||
val faqItems = arrayListOf(
|
val faqItems = arrayListOf(
|
||||||
FAQItem(R.string.faq_2_title_commons, R.string.faq_2_text_commons),
|
FAQItem(R.string.faq_3_title_commons, R.string.faq_3_text_commons),
|
||||||
FAQItem(R.string.faq_3_title_commons, R.string.faq_3_text_commons))
|
FAQItem(R.string.faq_2_title_commons, R.string.faq_2_text_commons))
|
||||||
|
|
||||||
startAboutActivity(R.string.app_name, LICENSE_MULTISELECT or LICENSE_GLIDE or LICENSE_PATTERN or LICENSE_REPRINT,
|
startAboutActivity(R.string.app_name, LICENSE_MULTISELECT or LICENSE_GLIDE or LICENSE_PATTERN or LICENSE_REPRINT,
|
||||||
BuildConfig.VERSION_NAME, faqItems)
|
BuildConfig.VERSION_NAME, faqItems)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user