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 cd52a35 commit 52d2e7cCopy full SHA for 52d2e7c
app/src/main/java/ai/elimu/maneno/LetterSoundActivity.kt
@@ -70,7 +70,7 @@ class LetterSoundActivity : AppCompatActivity() {
70
break
71
}
72
73
- Log.i(TAG, "wordsWith3Letters.size: " + wordsWith3LetterSounds!!.size)
+ Log.i(TAG, "wordsWith3LetterSounds.size: " + wordsWith3LetterSounds!!.size)
74
75
76
override fun onStart() {
0 commit comments