manager: Fix new version tip
This commit is contained in:
@@ -110,7 +110,7 @@ fun UpdateCard() {
|
|||||||
val updateText = stringResource(id = R.string.module_update)
|
val updateText = stringResource(id = R.string.module_update)
|
||||||
|
|
||||||
AnimatedVisibility(
|
AnimatedVisibility(
|
||||||
visible = newVersionCode >= currentVersionCode,
|
visible = newVersionCode > currentVersionCode,
|
||||||
enter = fadeIn() + expandVertically(),
|
enter = fadeIn() + expandVertically(),
|
||||||
exit = shrinkVertically() + fadeOut()
|
exit = shrinkVertically() + fadeOut()
|
||||||
) {
|
) {
|
||||||
|
|||||||
Reference in New Issue
Block a user