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