Allan Wang
Allan Wang
Shouldn't this return the int that is returned from `schedule`? And in light of that, I'm not sure if this constitutes a feature addition or not, but you could also...
You can have the get system service and schedule calls in one line. Also note that I'm just a visitor and not a contributor. Those who manage the project may...
In light of a more "generic" get & set, one thing I did was a delegation pattern much like that of the bundle. ([README](https://github.com/AllanWang/KAU/tree/dev/core#kprefs) and [Source](https://github.com/AllanWang/KAU/tree/dev/core/src/main/kotlin/ca/allanwang/kau/kpref)) The implementation essentially allows...
Just as a reference to [anko](https://github.com/Kotlin/anko/blob/master/anko/library/static/commons/src/Async.kt), they keep a reference of handler to avoid creating it each time. They will also avoid posting a runnable if you are already on...
What do you mean by webview part disappeared? Where is the container? If the webview isn't inside the container it's not going to be part of the blurred image
Does anyone have any insight as to how to fix this for animateChangeImpl? I have a viewholder using FastAdapter and toggle its selection. I have nothing extra myself, but disabling...
Nevermind. I'll post here in case someone else needs it, but `animateChange` is a replica of the one in DefaultItemAnimator What was missing was ```java if (oldHolder == newHolder) {...
As a non web dev, I've decided to override the `MarkdownService` renderer to supply different hrefs when needed. Not sure if `function.call` is appropriate, but it passes in strict mode:...
I haven't noticed it, but unfortunately this seems like something that can't be fixed even if it were reproducible. Pressing send in messenger is finicky in general
There could be something going on but I don't think it's a Frost issue. I'm using the standard download manager to download files, so they're handled by your OS at...