[优化] 优化封面背景
This commit is contained in:
@@ -88,7 +88,7 @@ fun BookCover(
|
|||||||
)
|
)
|
||||||
.clip(RoundedCornerShape(4.dp))
|
.clip(RoundedCornerShape(4.dp))
|
||||||
.then(
|
.then(
|
||||||
if (!hasCustomDefault) {
|
if (!hasCustomDefault && !isOnlineCoverLoaded) {
|
||||||
Modifier.background(MaterialTheme.colorScheme.surfaceContainer)
|
Modifier.background(MaterialTheme.colorScheme.surfaceContainer)
|
||||||
} else Modifier
|
} else Modifier
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user