Shayan Saeedi

Results 4 comments of Shayan Saeedi

hi please check your script and check the way you send transaction I have same problem and fix that.

Hi, here is a part of HomeRepoImpl in home feature : ``` pokemons = pokemonDao.getPokemonList(page).asDomain() if (pokemons.isEmpty()) { /** * fetches a list of [Pokemon] from the network and getting...

I misunderstood your question. What you said is exactly right.

In typeSafeNavigation (version 2.8.0) you can pass a route: T as argument, this class should be **Serializable** , you can pass item in this class like this: ``` @Serializable object...