Hi, when updating the SDK to version 8.1.0.
When compiling WF I get this error:
fenix6: Statement is not reachable.
It is this line:
var Theme = Storage.getValue("ColorScheme") as String;
if (Theme == null)
{
Theme = 0 as Number;
}
Thank you
Hi, when updating the SDK to version 8.1.0.
When compiling WF I get this error:
fenix6: Statement is not reachable.
It is this line:
var Theme = Storage.getValue("ColorScheme") as String;
if (Theme == null)
{
Theme = 0 as Number;
}
Thank you