app/src/main/java/com/okgoincar/slab/SlabTripActivity.kt
@@ -664,11 +664,11 @@ override fun onEventMainThread(event: BaseEvent?) { super.onEventMainThread(event) when (event!!.code) { BaseEvent.REAGASSIGN_SUCCESS -> { MyApplication.currentOrderId = "" MyApplication.currentOrderType = "" finish() } // BaseEvent.REAGASSIGN_SUCCESS -> { // MyApplication.currentOrderId = "" // MyApplication.currentOrderType = "" // finish() // } BaseEvent.UP_TRIP -> { callOrder() }