Skip to content

Commit

Permalink
Fixed [#2801] incorrect response info latency on iOS.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 544436542
  • Loading branch information
maddevrelgithubbot committed Jun 29, 2023
1 parent 41525c4 commit 444fd17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public long LatencyMillis
{
get
{
double latency = Externs.GADUAdapterResponseInfoLatency(_adapterResponseInfoPtr);
long latency = Externs.GADUAdapterResponseInfoLatency(_adapterResponseInfoPtr);
return Convert.ToInt64(latency * 1000);
}
}
Expand Down

0 comments on commit 444fd17

Please sign in to comment.