修复在刘海屏手机中显示顶部栏时候列表上下滚动 (#4691)

* 修复在刘海屏手机中显示顶部栏时候列表上下滚动

* 修复解密失败一直显示加载框问题

* 修复有些源图片解密失败
This commit is contained in:
lhjgege
2025-02-16 18:40:40 +08:00
committed by GitHub
parent a6300ebdf8
commit 81ff0f1506
5 changed files with 106 additions and 163 deletions
@@ -27,7 +27,7 @@ object OkHttpModelLoader : ModelLoader<GlideUrl?, InputStream?> {
}
return ModelLoader.LoadData(
modelWithHeader,
OkHttpStreamFetcher(modelWithHeader, options)
OkHttpStreamFetcher(model,modelWithHeader, options)
)
}
@@ -1,5 +1,6 @@