메인 하단 탭 - 라이브, 콘텐츠 순서 변경

This commit is contained in:
Yu Sung
2023-08-20 20:42:14 +09:00
parent a5b954ada2
commit 6bc5356ac1
2 changed files with 26 additions and 26 deletions

View File

@@ -19,7 +19,7 @@ final class HomeViewModel: ObservableObject {
case content, live, explorer, message, mypage
}
@Published var currentTab: CurrentTab = .live
@Published var currentTab: CurrentTab = .content
func pushTokenUpdate(pushToken: String) {
userRepository.updatePushToken(pushToken: pushToken)