Closed DidarSeyidov closed 3 weeks ago
Hi @DidarSeyidov for empty list, could you check what the result you get from getProducts
?
@NativeCoroutines
fun getProducts(): Flow<PagingData
Yes, you can log the result to check if the flow emit the empty list.
For Any
data type, you can see more here
suspend fun submitData(pagingData: PagingData
I thing there is a problem on above function, it returns always empty [ ] list, and when I set input data type to Any on PagingCollectionViewController, swiftUI cannot recognize Any type,
please help