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 960b99d commit ce46664Copy full SHA for ce46664
app/src/main/kotlin/com/simplemobiletools/filemanager/activities/MainActivity.kt
@@ -248,8 +248,8 @@ class MainActivity : SimpleActivity() {
248
249
private fun launchAbout() {
250
val faqItems = arrayListOf(
251
- FAQItem(R.string.faq_2_title_commons, R.string.faq_2_text_commons),
252
- 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))
253
254
startAboutActivity(R.string.app_name, LICENSE_MULTISELECT or LICENSE_GLIDE or LICENSE_PATTERN or LICENSE_REPRINT,
255
BuildConfig.VERSION_NAME, faqItems)
0 commit comments