Skip to content

Commit

Permalink
removed unnecessary ExperimentalAnimationApi
Browse files Browse the repository at this point in the history
  • Loading branch information
giannis-rdx committed Jan 18, 2024
1 parent 790b364 commit 3da3bed
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package com.babylon.wallet.android.presentation.account.createaccount

import androidx.annotation.VisibleForTesting
import androidx.compose.animation.AnimatedContentTransitionScope
import androidx.compose.animation.ExperimentalAnimationApi
import androidx.hilt.navigation.compose.hiltViewModel
import androidx.lifecycle.SavedStateHandle
import androidx.navigation.NavController
Expand Down Expand Up @@ -70,7 +69,6 @@ fun NavController.createAccountScreen(
)
}

@OptIn(ExperimentalAnimationApi::class)
fun NavGraphBuilder.createAccountScreen(
onBackClick: () -> Unit,
onContinueClick: (accountId: String, requestSource: CreateAccountRequestSource?) -> Unit,
Expand Down

0 comments on commit 3da3bed

Please sign in to comment.