-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature: 푸시알림 #233
base: develop
Are you sure you want to change the base?
feature: 푸시알림 #233
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
일관성 부분만 지켜주삼 나머지는 빠른 작업을 위해 어프할게요
import kotlinx.coroutines.flow.map | ||
import javax.inject.Inject | ||
|
||
class DefaultDeviceTokenPreferencesDataSource @Inject constructor( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
r: 토큰을 통합해서 관리하신다면 이 친구는 분리될 필요가 없을 것 같습니다
val isMainUiState by viewModel.mainUiState.collectAsState() | ||
LaunchedEffect(isMainUiState) { | ||
if (!isMainUiState.characterName.isNullOrBlank() && !isMainUiState.characterChatting.isNullOrBlank()) { | ||
// |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
c: 이부분 암것도 안써있삼
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이거 나중에 추가할게요
google-services = { id = "com.google.gms.google-services", version.ref = "googleServices" } | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
c: 위쪽에 Google Play Service라고 이미 있음요 위치 옮겨주심 좋을듯
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이거는 플러그인이고 위에있는건 라이브러리 잖아요..
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
아 맞네 ㅇㅋ
# Conflicts: # feature/home/src/main/java/com/teamoffroad/feature/home/presentation/HomeScreen.kt # feature/home/src/main/java/com/teamoffroad/feature/home/presentation/HomeViewModel.kt
…roid into feature/219 # Conflicts: # feature/home/build.gradle.kts
…roid into feature/219 # Conflicts: # feature/main/build.gradle.kts # gradle/libs.versions.toml
# Conflicts: # feature/home/src/main/java/com/teamoffroad/feature/home/presentation/HomeScreen.kt # feature/home/src/main/java/com/teamoffroad/feature/home/presentation/component/HomeIcons.kt # feature/home/src/main/res/values/strings.xml
📌𝘐𝘴𝘴𝘶𝘦𝘴
📎𝘞𝘰𝘳𝘬 𝘋𝘦𝘴𝘤𝘳𝘪𝘱𝘵𝘪𝘰𝘯
📷𝘚𝘤𝘳𝘦𝘦𝘯𝘴𝘩𝘰𝘵
Screen_recording_20241117_060357.mp4
💬𝘛𝘰 𝘙𝘦𝘷𝘪𝘦𝘸𝘦𝘳𝘴
분기처리가 많이 복잡해서 주석 많이 달아놨습니다. 나중에 지울게요ㅎㅎ