Skip to content

Commit

Permalink
[FEATURE] #53 : 성공시 화면 전환 구현
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongjaino committed Nov 29, 2023
1 parent 3cedcfb commit fcce12c
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ import androidx.compose.ui.platform.ComposeView
import androidx.fragment.app.Fragment
import androidx.navigation.fragment.findNavController
import com.wap.designsystem.WappTheme
import dagger.hilt.android.AndroidEntryPoint

@AndroidEntryPoint
class SurveyRegistrationFragment : Fragment() {

private lateinit var composeView: ComposeView
Expand All @@ -29,6 +31,9 @@ class SurveyRegistrationFragment : Fragment() {
WappTheme {
SurveyRegistrationScreen(
onBackButtonClicked = { navigateToManagement() },
registerSurveyForm = {
navigateToManagement()
}
)
}
}
Expand Down

0 comments on commit fcce12c

Please sign in to comment.