Skip to content

Commit

Permalink
fix: transition for share QR screen (WPB-10539) (#3504)
Browse files Browse the repository at this point in the history
  • Loading branch information
yamilmedina authored Oct 15, 2024
1 parent e97b005 commit 7c07702
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ import com.ramcosta.composedestinations.annotation.RootNavGraph
import com.wire.android.R
import com.wire.android.navigation.Navigator
import com.wire.android.navigation.WireDestination
import com.wire.android.navigation.style.PopUpNavigationAnimation
import com.wire.android.navigation.style.SlideNavigationAnimation
import com.wire.android.ui.common.button.WirePrimaryButton
import com.wire.android.ui.common.colorsScheme
import com.wire.android.ui.common.dimensions
Expand All @@ -76,7 +76,7 @@ import kotlinx.coroutines.launch

@RootNavGraph
@WireDestination(
style = PopUpNavigationAnimation::class,
style = SlideNavigationAnimation::class,
navArgsDelegate = SelfQrCodeNavArgs::class
)
@Composable
Expand Down

0 comments on commit 7c07702

Please sign in to comment.