rq_mehdi

Results 5 comments of rq_mehdi

i know it's too late but maybe this be useful, so just add this to fragmentA(which list is there): ``` kotlin override fun onViewCreated(view: View, savedInstanceState: Bundle?) { postponeEnterTransition() val...

adding worker package to datasource looks good, maybe adding this class to Utils package? which is could be in presentation package?

so maybe it should checks first network is available or not then if it was unavailable get from caching, all i say it's user shouldn't refresh list to make paging...

so finally after two days i think i got solution: i tied to use old fashioned way i deleted: ```kotlin this.state.value = state.copy( order = order, filter = filter )...

```kotlin fun connectWallet(uri: String) { wcSession = WCSession.from(uri) ?: throw InvalidSessionException() _wcClient.connect(wcSession, peerMeta) } ``` this is how I read qr code