Caij
Caij
@gaoyuoppa 请教一下函数判断是什么逻辑
@Leon406 老哥 修改了提个PR合进去 。
主要之前的版本编译不过
https://github.com/cketti/kotlin-codepoints
@sjudd hello , when do you plan to merge?
> 我来提供一种场景,希望对一些问题有帮助: > > > 应用中存在两个或者以上的启动图标(含有开发工具的入口),部分图标仅在release或debug 包中出现。这时,使用 release 包覆盖安装 debug 包会导致所有启动图标同时消失。 > > 此时华为桌面不更新图标缓存,重新布局桌面图标可以更新缓存从而图标会再次出现。 这样场景的确存在这个问题 通过adb shell pm enable com.huawei.android.launcher 可以刷新桌面
在网络层直接写一个Map存储请求,完成或者失败删除请求, 再次请求时判断map中是否存在, 不存在才去请求网络。
@colinrtwhite hello. The demo provided in my issue will definitely crash. https://github.com/coil-kt/coil/issues/2352
Windows local path parse error. D:\\test\\relative\\image.jpg ``` class Factory : Fetcher.Factory { override fun create( data: Uri, options: Options, imageLoader: ImageLoader, ): Fetcher? { if (!isFileUri(data)) return null return FileUriFetcher(data,...
> Thanks for taking a stab at this - unfortunately looks like the tests are failing with a `StackOverflowError`. You can run the tests locally using `./test.sh`. There was an...