Adetunji Dahunsi

Results 18 comments of Adetunji Dahunsi

@jml845 it seems to be an LG and Samsung thing unfortunately, they don't support the fingerprint gesture API for whatever reason.

Oh wow, sorry I missed this entirely. Ii'll try to decrease the font size

You can hit the development server in the meantime, I've still some ways to go before I can unbundle and release the server code.

@nickbutcher thanks for the comments! Are rebases preferred to merges when there are changes upstream? I checked the contributing doc, but it doesn't seem to mention it.

I'm not sure of a better name than `removableForEach`, very much open to suggestions. I also narrowed the type on the extension to a `MutableIterable` to better communicate intent.

That works! What do you think about adding an iterator prefix so the mutable iterator backing is communicated? So `iteratorOnEach`?

@aiswarya-sk please cold you tell me where you set `visible_threshold` to reproduce this issue?

@artemkamko I believe you want to use the `cacheIn` [method](https://developer.android.com/reference/kotlin/androidx/paging/package-summary#(kotlinx.coroutines.flow.Flow).cachedIn(kotlinx.coroutines.CoroutineScope)). You will need to use this with a `coroutineScope` that is not affected by the `onPause` and `onResume` `Fragment` `lifecycles`,...

@artemkamko hi again, I took another look and you're right. The issue seems to be because even through the remote mediator is not loading, it doesn't mean that the pager...

@yschimke so this is planned, along with multiple user accounts all backed by google sign in. We just need a few integration pieces to fall in before we can implement...