[fix] Cover height meansure

This commit is contained in:
acite
2025-10-02 01:20:13 +08:00
parent 2c4d5d2366
commit db8d5ef4d5
3 changed files with 107 additions and 105 deletions

View File

@@ -32,7 +32,7 @@ class ComicGridViewModel @Inject constructor(
) : ViewModel()
{
var coverHeight by mutableStateOf(220.dp)
var maxHeight = 220.dp
var maxHeight = 0.dp
var imageLoader: ImageLoader? = null
var comic = mutableStateOf<Comic?>(null)