-
Notifications
You must be signed in to change notification settings - Fork 3
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/#41 feature 모듈 분리 코어 디자인시스템 모듈생성 #44
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.
고생하셨슴다 굿굿 👍
이야.... 고생해써 삭브라더 |
@@ -10,6 +11,7 @@ import com.google.android.material.snackbar.Snackbar | |||
import org.sopt.mainfeature.R | |||
import org.sopt.mainfeature.databinding.LayoutToasterSnackbarBinding | |||
|
|||
@SuppressLint("RestrictedApi") |
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.
이건 어떤 역할을 하는 코드인가영??
@@ -13,8 +13,8 @@ import kotlinx.coroutines.flow.launchIn | |||
import kotlinx.coroutines.flow.onEach | |||
import kotlinx.coroutines.launch | |||
import org.sopt.datastore.datastore.SecurityDataStore | |||
import org.sopt.mainfeature.MainActivity | |||
import org.sopt.mainfeature.databinding.ActivityLoginBinding | |||
import org.sopt.login.databinding.ActivityLoginBinding |
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.
여기에 databinding은 xml에서의 databinding과 다른건가요?? baseFragment이랑 activityFragment에서 databinding을 제거했었던 것으로 기억해서 여기서 쓰이는 databinding은 제가 제거한 databindnig이랑 다른 것인지 궁금합니다!
@@ -74,8 +74,7 @@ class TimerFragment : Fragment() { | |||
|
|||
binding.ivTimerPlus.setOnClickListener { | |||
parentFragmentManager.commit { | |||
val exampleTimePickerFragment = ExampleTimePickerFragment() | |||
replace(R.id.fcv_main, exampleTimePickerFragment) | |||
// val exampleTimePickerFragment = ExampleTimePickerFragment() | |||
} |
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.
여기가 실행되면 무엇이 어떻게 되는 코드인가요?? 시간 관련인건 알겠는데 세부적인 실행시 결과를 모르겠어서 질문합니다!
진짜 고생하셨습니다!!! |
📌 PR 요약
feature 모듈 분리 코어 디자인시스템 모듈생성
🌱 작업한 내용
🌱 PR 포인트
📸 스크린샷
📮 관련 이슈