Skip to content

Commit

Permalink
#267 chore : 모듈 분리에 따른 네이밍 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
BENDENG1 committed Feb 8, 2024
1 parent 273fc54 commit c86586f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package com.avengers.nibobnebob.presentation.ui.bindingadapters

import android.widget.ImageButton
import androidx.databinding.BindingAdapter
import com.avengers.nibobnebob.presentation.ui.main.home.TrackingState
import com.avengers.presentation.ui.main.home.TrackingState
import com.avengers.presentation.R

@BindingAdapter("trackingBtnDrawable")
Expand Down
2 changes: 1 addition & 1 deletion Aos/presentation/src/main/res/layout/fragment_home.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<variable
name="vm"
type="com.avengers.nibobnebob.presentation.ui.main.home.HomeViewModel" />
type="com.avengers.presentation.ui.main.home.HomeViewModel" />

<variable
name="constants"
Expand Down

0 comments on commit c86586f

Please sign in to comment.