We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe75bff commit 3c043b9Copy full SHA for 3c043b9
android/src/main/java/com/reactnativebringgdriversdk/BringgDriverSdkModule.kt
@@ -220,7 +220,7 @@ class BringgDriverSdkModule(reactContext: ReactApplicationContext) : ReactContex
220
return
221
}
222
223
- activeCustomerClient?.getActiveCustomerActions()?.updateWaypointEta(Date(), object : ResultCallback<UpdateOperationResult> {
+ activeCustomerClient?.getActiveCustomerActions()?.updateWaypointEta(date, object : ResultCallback<UpdateOperationResult> {
224
override fun onResult(result: UpdateOperationResult) {
225
if (result.isSuccessful)
226
promise.resolve()
0 commit comments