merttoptas / BaseApp-Jetpack-Compose-Android-Kotlin

Sample Android Clean Architecture on App focused on written in Kotlin, following best practices using Jetpack with Compose.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

orEmpty() seems redundant

tenSunFree opened this issue · comments

commented

Because results is a non-null type.
2023-02-27_133010

So consider removing orEmpty().
2023-02-27_133113

a83e667

issue fixed.