[3.3.0] 消息盒子UI位置

This commit is contained in:
wangmingjun
2023-07-05 19:00:24 +08:00
parent ec2dd3bff4
commit 34defdde36
2 changed files with 3 additions and 3 deletions

View File

@@ -184,7 +184,7 @@ object BusPassengerModel{
mRoutePoints.clear()
return
}
if (routesResult != null && data.result == routesResult) {
if (routesResult != null && data.result.equals(routesResult)) {
d(M_BUS_P + TAG, "order = queryDriverSiteByCoordinate = not update")
return
}

View File

@@ -67,9 +67,9 @@
<com.mogo.eagle.core.function.hmi.ui.msgbox.BusPassengerMsgBoxBubbleView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:layout_constraintRight_toLeftOf="@+id/bus_p_route_panel"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintTop_toTopOf="parent"
android:layout_marginRight="@dimen/dp_40"
android:layout_marginLeft="@dimen/dp_40"
android:layout_marginTop="@dimen/dp_100"
/>