From 765df9fa37e3758d70f106efd96745de5f01e0da Mon Sep 17 00:00:00 2001 From: aibingbing Date: Mon, 25 Mar 2024 20:06:44 +0800 Subject: [PATCH] [v630] fix: tag fix; --- .../main/java/com/mogo/och/taxi/passenger/ui/bar/LeftBarView.kt | 2 +- .../main/java/com/mogo/och/taxi/passenger/ui/music/MusicView.kt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/OCH/taxi/pcommon/src/main/java/com/mogo/och/taxi/passenger/ui/bar/LeftBarView.kt b/OCH/taxi/pcommon/src/main/java/com/mogo/och/taxi/passenger/ui/bar/LeftBarView.kt index 212c9c13f6..561e51ef2e 100644 --- a/OCH/taxi/pcommon/src/main/java/com/mogo/och/taxi/passenger/ui/bar/LeftBarView.kt +++ b/OCH/taxi/pcommon/src/main/java/com/mogo/och/taxi/passenger/ui/bar/LeftBarView.kt @@ -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) diff --git a/OCH/taxi/pcommon/src/main/java/com/mogo/och/taxi/passenger/ui/music/MusicView.kt b/OCH/taxi/pcommon/src/main/java/com/mogo/och/taxi/passenger/ui/music/MusicView.kt index 7433862f46..0cc7702b67 100644 --- a/OCH/taxi/pcommon/src/main/java/com/mogo/och/taxi/passenger/ui/music/MusicView.kt +++ b/OCH/taxi/pcommon/src/main/java/com/mogo/och/taxi/passenger/ui/music/MusicView.kt @@ -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)