I'd sugest you to refactor to something like this:...
# announcements
i
I'd sugest you to refactor to something like this:
Copy code
myRepoList = list?.let{ ArrayList(it) } ?: arrayListOf<MyRepo>()