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 ca0dab5 commit d27ca9fCopy full SHA for d27ca9f
app/src/main/kotlin/com/simplemobiletools/flashlight/activities/MainActivity.kt
@@ -161,7 +161,7 @@ class MainActivity : SimpleActivity() {
161
162
private fun launchAbout() {
163
reTurnFlashlightOn = false
164
- val licenses = LICENSE_OTTO
+ val licenses = LICENSE_EVENT_BUS
165
166
val faqItems = arrayListOf(
167
FAQItem(R.string.faq_1_title_commons, R.string.faq_1_text_commons),
0 commit comments