[Taxi passenger V1.1.0] 主要修改:1、bus drawable文件同步 2、Taxi到达起点围栏改为15m
BIN
OCH/mogo-och-bus/src/main/res/drawable-xhdpi-2560x1440/end_maker_icon.png
Executable file
|
After Width: | Height: | Size: 5.0 KiB |
|
After Width: | Height: | Size: 100 KiB |
|
After Width: | Height: | Size: 4.2 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 2.3 KiB |
|
After Width: | Height: | Size: 4.8 KiB |
|
After Width: | Height: | Size: 2.8 KiB |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 2.5 KiB |
|
After Width: | Height: | Size: 1004 B |
|
After Width: | Height: | Size: 3.3 KiB |
|
After Width: | Height: | Size: 4.3 KiB |
|
After Width: | Height: | Size: 862 B |
|
After Width: | Height: | Size: 3.9 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 9.1 KiB After Width: | Height: | Size: 4.8 KiB |
|
Before Width: | Height: | Size: 850 B After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 828 B After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 1004 B |
|
After Width: | Height: | Size: 5.1 KiB |
|
After Width: | Height: | Size: 4.3 KiB |
|
After Width: | Height: | Size: 3.7 KiB |
|
After Width: | Height: | Size: 2.3 KiB |
BIN
OCH/mogo-och-bus/src/main/res/drawable-xhdpi/end_maker_icon.png
Executable file
|
After Width: | Height: | Size: 5.0 KiB |
|
After Width: | Height: | Size: 100 KiB |
|
After Width: | Height: | Size: 4.2 KiB |
@@ -26,7 +26,7 @@ class OCHTaxiConst {
|
||||
const val PATH = "/och/api"
|
||||
|
||||
// 到达起始点围栏
|
||||
const val ARRIVE_AT_START_STATION_DISTANCE = 10 //围栏由20m改为50m 再次改为10m
|
||||
const val ARRIVE_AT_START_STATION_DISTANCE = 15 //围栏由20m改为50m 再次改为15m
|
||||
|
||||
// 上报心跳轮询ms
|
||||
const val LOOP_PERIOD_60S = 60 * 1000L
|
||||
|
||||
@@ -316,7 +316,7 @@ public class OCHTaxiFragment extends BaseOchTaxiTabFragment<OCHTaxiFragment, OCH
|
||||
}
|
||||
|
||||
public void onServiceDataUpdate(long dailyTimeDuration, long dailyOrderNum) {
|
||||
if (null == personalDialogFragment) return;
|
||||
if (null == personalDialogFragment || personalDialogFragment.get() == null) return;
|
||||
personalDialogFragment.get().onServiceDataUpdate(dailyTimeDuration, dailyOrderNum);
|
||||
}
|
||||
|
||||
|
||||