Skip to content

Commit

Permalink
Merge branch 'yjy1220' into feat-JiyeYU-2
Browse files Browse the repository at this point in the history
  • Loading branch information
YJY1220 authored Jul 28, 2024
2 parents c630779 + 5719de7 commit eb49e8d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
- [ ] MVVM 아키텍처 패턴 적용 확인
- [ ] Databinding, LiveData 사용 확인
- [ ] Coroutine으로 비동기 처리 구현

Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ class MapRepositoryImpl @Inject constructor(
}
}
}
}
}
1 change: 1 addition & 0 deletions app/src/main/java/campus/tech/kakao/map/ui/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ class MainActivity : AppCompatActivity() {
mapView.start(object : MapLifeCycleCallback() {
override fun onMapDestroy() {
// 지도 API가 정상적으로 종료될 때 호출됨
Log.d("MainActivity", "Map destroyed")
}

override fun onMapError(error: Exception) {
Expand Down

0 comments on commit eb49e8d

Please sign in to comment.