You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sensor.timestamp: Account for "get value from latest reading" returning null (#480)
This addresses a regression introduced by #469. The current algorithm
assumes that "get value from latest reading" never returns null, which is
not the case.
Return null when it does instead of passing an invalid value to "relative
high resolution time".
0 commit comments