fix: Remove update banner for now

This commit is contained in:
Myzel394 2024-05-02 23:14:13 +02:00
parent c606328587
commit 2684abf9d8
No known key found for this signature in database
GPG Key ID: DEC4AAB876F73185

View File

@ -248,7 +248,8 @@ private fun SettingsScreen(
}
AnimatedVisibility(
visible = uiState.showUpdateChangelog,
// TODO: Restore this line for next update
visible = false,
enter = expandVertically() + fadeIn(),
exit = shrinkVertically() + fadeOut(),
) {