from era on my watchface : man of steel
~~~js
Error Name: Unexpected Type Error
Occurrences: 8
First Occurrence: 2023-06-28
Last Occurrence: 2023-06-28
Devices:
fēnix® 7X PRO: 13.22
App Versions: 2023.06.28-2
Languages: chs
Backtrace:
getDFInfo.getSpo2:750
getDFInfo.getValueForType:256
drawDataField.drawData:179
drawDataField.draw:141
ManOfSteelView.onUpdate:136
~~~
The user contact me and I made a debug:
~~~js
//add a null check
if (Iterator == null) {
Log.debug("Iterator is null");
return "--";
}
~~~
it shows "--" and stop crash