Updated line event bus in MainActivity.kt

This commit is contained in:
Indrajeet Meena 2020-05-25 23:29:04 +05:30 committed by GitHub
parent ca0dab5e5f
commit d27ca9f73d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -161,7 +161,7 @@ class MainActivity : SimpleActivity() {
private fun launchAbout() { private fun launchAbout() {
reTurnFlashlightOn = false reTurnFlashlightOn = false
val licenses = LICENSE_OTTO val licenses = LICENSE_EVENT_BUS
val faqItems = arrayListOf( val faqItems = arrayListOf(
FAQItem(R.string.faq_1_title_commons, R.string.faq_1_text_commons), FAQItem(R.string.faq_1_title_commons, R.string.faq_1_text_commons),