Merge pull request #2146 from element-hq/feature/fga/fix_2084
Fix room transition animation happens twice
This commit is contained in:
@@ -26,6 +26,7 @@ import androidx.compose.runtime.getValue
|
||||
import androidx.compose.ui.Modifier
|
||||
import androidx.lifecycle.lifecycleScope
|
||||
import com.bumble.appyx.core.modality.BuildContext
|
||||
import com.bumble.appyx.core.navigation.transition.JumpToEndTransitionHandler
|
||||
import com.bumble.appyx.core.node.Node
|
||||
import com.bumble.appyx.core.node.node
|
||||
import com.bumble.appyx.core.plugin.Plugin
|
||||
@@ -130,7 +131,9 @@ class RoomFlowNode @AssistedInject constructor(
|
||||
|
||||
@Composable
|
||||
override fun View(modifier: Modifier) {
|
||||
BackstackView()
|
||||
BackstackView(
|
||||
transitionHandler = JumpToEndTransitionHandler(),
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
1
changelog.d/2084.bugfix
Normal file
1
changelog.d/2084.bugfix
Normal file
@@ -0,0 +1 @@
|
||||
Fix room transition animation happens twice.
|
||||
Reference in New Issue
Block a user