Fix MangaScreen app bar title and nav icon action (#7506)
This commit is contained in:
@@ -74,7 +74,7 @@ fun MangaSmallAppBar(
|
||||
text = if (isActionMode) actionModeCounter.toString() else title,
|
||||
maxLines = 1,
|
||||
overflow = TextOverflow.Ellipsis,
|
||||
modifier = Modifier.alpha(titleAlphaProvider()),
|
||||
modifier = Modifier.alpha(if (isActionMode) 1f else titleAlphaProvider()),
|
||||
)
|
||||
},
|
||||
navigationIcon = {
|
||||
|
||||
Reference in New Issue
Block a user