fix: 主页FAB不显示

This commit is contained in:
Super12138 2025-07-09 09:41:32 +08:00
parent b6b082d46b
commit 081657cfab

View file

@ -81,7 +81,7 @@ fun MainPage(
floatingActionButton = {
with(sharedTransitionScope) {
AnimatedVisibility(
visible = inSelectedMode,
visible = !inSelectedMode,
enter = fadeIn() + expandIn(),
exit = shrinkOut() + fadeOut()
) {