Join Slack
Powered by
You are using the same `stringList` instance addin...
# android
m
mzgreen
10/12/2018, 5:46 PM
You are using the same
stringList
instance adding elements and clearing it over and over again. For each section you have to create a new instance of
mutableListOf<String>()
.
👍 1
Open in Slack
Previous
Next