fix: 新 UI 看图偶现闪退

This commit is contained in:
HuanCheng65 2023-03-10 13:49:39 +08:00
parent bfcf20443e
commit d4df947866
No known key found for this signature in database
GPG Key ID: E9031EF91A805148
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ class PhotoViewActivity : BaseComposeActivityWithParcelable<PhotoViewData>() {
count = pageCount, count = pageCount,
state = pagerState, state = pagerState,
key = { key = {
items[it].originUrl "${items[it].originUrl}_${items[it].overallIndex}"
} }
) { ) {
val item = items[it] val item = items[it]