[v630] fix: tag fix;
This commit is contained in:
@@ -13,7 +13,7 @@ import kotlinx.android.synthetic.main.taxi_p_leftbar.view.iv_center_location_bg
|
||||
|
||||
class LeftBarView : ConstraintLayout {
|
||||
|
||||
private val TAG = "RightBarView"
|
||||
private val TAG = "LeftBarView"
|
||||
|
||||
constructor(context: Context) : super(context)
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ import kotlinx.android.synthetic.main.taxi_p_music.view.mpv_playing
|
||||
|
||||
class MusicView : ConstraintLayout, MusicViewModel.IMusicViewCallback, MusicListView.CheckListener {
|
||||
|
||||
private val TAG = "ItineraryView"
|
||||
private val TAG = "MusicView"
|
||||
|
||||
constructor(context: Context) : super(context)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user