[6.5.0]
[fix] [订单距离、自动探查]
This commit is contained in:
@@ -30,7 +30,7 @@ import com.mogo.eagle.core.utilcode.util.ThreadUtils
|
||||
* 自动探查
|
||||
* 鹰眼6.5.0需求
|
||||
*/
|
||||
class AutomaticExplorationView @JvmOverloads constructor(
|
||||
open class AutomaticExplorationView @JvmOverloads constructor(
|
||||
context: Context,
|
||||
attrs: AttributeSet? = null,
|
||||
defStyleAttr: Int = 0
|
||||
|
||||
@@ -15,7 +15,7 @@ import java.util.Random
|
||||
* 行程总结View
|
||||
* 鹰眼6.5.0需求
|
||||
*/
|
||||
class ItinerarySummaryDialog(context: Context, isDriver: Boolean, theme: Int) :
|
||||
open class ItinerarySummaryDialog(context: Context, isDriver: Boolean, theme: Int) :
|
||||
Dialog(context, theme) {
|
||||
|
||||
private val mContext: Context
|
||||
@@ -108,4 +108,8 @@ class ItinerarySummaryDialog(context: Context, isDriver: Boolean, theme: Int) :
|
||||
|
||||
}
|
||||
|
||||
fun setOrderMileage(mileage: Float) {
|
||||
TODO("Not yet implemented")
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user