Rinevard
Rinevard
如题,我在搜索礼欣老师的时候出现了李欣和李昕老师。  
会不会是因为没有请求存储权限?在 "AndroidManifest.xml" 文件中,可以发现当前的 app 只有以下权限: ```xml ``` 值得一提的是,文章板块的图片是可以正常下载的(点击下载按钮会跳转到浏览器中打开图片的链接)。
如题,手机型号为小米11pro 复现方法:从主页出发,依次点击 我 -> 帖子 -> 任意点开一个帖子 -> 右上角三个点 -> 举报 手机给出的问题trace: ``` java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 at java.util.ArrayList.get(ArrayList.java:437) at cn.bit101.android.features.report.ReportScreenKt$ReportScreen$4.invokeSuspend(ReportScreen.kt:299) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:108) at androidx.compose.ui.platform.AndroidUiDispatcher.performTrampolineDispatch(AndroidUiDispatcher.android.kt:81) at androidx.compose.ui.platform.AndroidUiDispatcher.access$performTrampolineDispatch(AndroidUiDispatcher.android.kt:41)...
The comment in function `release` in `spinlock.c` says that `__sync_lock_release` would be compiled into `amoswap.w zero, zero, (s1)`, but mine was compiled into `sw zero,0(s1)`. Here's the source code. ```c...