Skip to content

Commit

Permalink
Move arg
Browse files Browse the repository at this point in the history
  • Loading branch information
Rawa committed Dec 23, 2024
1 parent 75ea1df commit 69549bd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ import net.mullvad.mullvadvpn.viewmodel.ChangelogUiState
import net.mullvad.mullvadvpn.viewmodel.ChangelogViewModel
import org.koin.androidx.compose.koinViewModel

data class ChangelogNavArgs(val isModal: Boolean = false)

@Destination<RootGraph>(
style = SlideInFromRightTransition::class,
Expand All @@ -69,6 +68,8 @@ fun Changelog(navController: NavController) {
)
}

data class ChangelogNavArgs(val isModal: Boolean = false)

@Composable
fun ChangelogScreen(
state: ChangelogUiState,
Expand Down

0 comments on commit 69549bd

Please sign in to comment.