[v630] fix: tag fix;

This commit is contained in:
aibingbing
2024-03-25 20:06:44 +08:00
parent 7a252d9603
commit 765df9fa37
2 changed files with 2 additions and 2 deletions

View File

@@ -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)

View File

@@ -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)