Skip to content

Commit 25fe162

Browse files
committed
refactor: 변수 순서 변경
1 parent 87c0d51 commit 25fe162

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ open class TMap(
1818
private val handler: Handler
1919
) {
2020
lateinit var tMapView: TMapView
21-
var isTracking = true
2221
lateinit var initLocation: Location
2322

23+
var isTracking = true
24+
2425
fun init() {
2526
tMapView = TMapView(context).apply {
2627
setSKTMapApiKey(BuildConfig.TMAP_APP_KEY)

0 commit comments

Comments
 (0)