Skip to content

Commit

Permalink
remove unused comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wiryadev committed Aug 6, 2021
1 parent 5982be0 commit 3597a93
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ fun AppNavGraph(
when (initial.destination.route) {
MainNavigation.HOME_ROUTE -> {
fadeIn() + expandIn(expandFrom = Alignment.BottomStart)
// expandIn(animationSpec = tween(700))
}
MainNavigation.DETAIL_ROUTE -> {
slideInVertically(initialOffsetY = { it / 3 }) + fadeIn()
Expand Down

0 comments on commit 3597a93

Please sign in to comment.