Skip to content

Commit

Permalink
[Jetchat] Removing todo. By default AnimatedVisibility expands / shri…
Browse files Browse the repository at this point in the history
…nks. The app UI requires horizonal expand / shrink (#742)
  • Loading branch information
florina-muntenescu authored Feb 17, 2022
1 parent e840fb9 commit e9c7668
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ private fun SelectorExpanded(
fun FunctionalityNotAvailablePanel() {
AnimatedVisibility(
visibleState = remember { MutableTransitionState(false).apply { targetState = true } },
// Remove if https://issuetracker.google.com/190816173 is fixed
enter = expandHorizontally() + fadeIn(),
exit = shrinkHorizontally() + fadeOut()
) {
Expand Down

0 comments on commit e9c7668

Please sign in to comment.