File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import com.adesso.movee.internal.extension.toast
88import com.adesso.movee.internal.util.addAppBarStateChangeListener
99import com.adesso.movee.uimodel.MovieUiModel
1010import com.adesso.movee.uimodel.ShowUiModel
11- import com.adesso.movee.widget.nowplayingshow .HeaderShowCallback
11+ import com.adesso.movee.widget.headershow .HeaderShowCallback
1212import dagger.hilt.android.AndroidEntryPoint
1313
1414@AndroidEntryPoint
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import com.adesso.movee.internal.extension.toast
88import com.adesso.movee.internal.util.addAppBarStateChangeListener
99import com.adesso.movee.uimodel.ShowUiModel
1010import com.adesso.movee.uimodel.TvShowUiModel
11- import com.adesso.movee.widget.nowplayingshow .HeaderShowCallback
11+ import com.adesso.movee.widget.headershow .HeaderShowCallback
1212import dagger.hilt.android.AndroidEntryPoint
1313
1414@AndroidEntryPoint
Original file line number Diff line number Diff line change 1- package com.adesso.movee.widget.nowplayingshow
1+ package com.adesso.movee.widget.headershow
22
33import android.content.Context
44import android.util.AttributeSet
Original file line number Diff line number Diff line change 1111
1212 <variable
1313 name =" callback"
14- type =" com.adesso.movee.widget.nowplayingshow .HeaderShowCallback" />
14+ type =" com.adesso.movee.widget.headershow .HeaderShowCallback" />
1515
1616 </data >
1717
Original file line number Diff line number Diff line change 1111
1212 <variable
1313 name =" nowPlayingShowCallback"
14- type =" com.adesso.movee.widget.nowplayingshow .HeaderShowCallback" />
14+ type =" com.adesso.movee.widget.headershow .HeaderShowCallback" />
1515
1616 </data >
1717
3939 android : orientation =" vertical"
4040 app : layout_scrollFlags =" scroll" >
4141
42- <com .adesso.movee.widget.nowplayingshow .HeaderShowView
42+ <com .adesso.movee.widget.headershow .HeaderShowView
4343 android : id =" @+id/header_show_view"
4444 android : layout_width =" match_parent"
4545 android : layout_height =" wrap_content"
You can’t perform that action at this time.
0 commit comments