mirror of
https://github.com/Myzel394/NumberHub.git
synced 2025-06-18 16:25:27 +02:00
fix: Remove update banner for now
This commit is contained in:
parent
c606328587
commit
2684abf9d8
@ -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(),
|
||||
) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user