Skip to content

Commit

Permalink
[CHORE]#218 : NotificationNavigatorImpl 주석 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongjaino committed Jan 30, 2025
1 parent 2b3ba86 commit 78c51e4
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ import com.bff.wespot.vote.screen.destinations.VotingScreenDestination
import com.ramcosta.composedestinations.dynamic.within
import com.ramcosta.composedestinations.navigation.navigate

/**
* 알림 화면에서의 전환과 푸시 알림 전환에서 사용되는 Navigator
*/
class NotificationNavigatorImpl(private val navController: NavController): NotificationNavigator {
override fun navigateUp() {
navController.navigateUp()
Expand Down

0 comments on commit 78c51e4

Please sign in to comment.