Skip to content

Commit cb7f689

Browse files
committed
chore: T MAP 지도 밝게 변경
1 parent 9775956 commit cb7f689

File tree

1 file changed

+1
-1
lines changed
  • presentation/src/main/java/com/stop/ui/mission

1 file changed

+1
-1
lines changed

presentation/src/main/java/com/stop/ui/mission/TMap.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class TMap(
4040
tMapView.setSKTMapApiKey(BuildConfig.TMAP_APP_KEY)
4141
tMapView.setOnMapReadyListener {
4242
tMapView.setVisibleLogo(false)
43-
tMapView.mapType = TMapView.MapType.NIGHT
43+
tMapView.mapType = TMapView.MapType.DEFAULT
4444
tMapView.zoomLevel = DEFAULT_ZOOM_LEVEL
4545

4646
tMapHandler.alertTMapReady()

0 commit comments

Comments
 (0)