Skip to content

Commit

Permalink
fix: Remove update banner for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Myzel394 committed May 2, 2024
1 parent c606328 commit 2684abf
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
) {
Expand Down

0 comments on commit 2684abf

Please sign in to comment.