Under Review

setClockHandPosition doesn't work for Instinct Crossover Amoled on real device

When calling setClockHandPosition, I expect the watch hands to move to the position specified. However, although the call returns "true", the hands are not moving. 
On a watchface, the hands keep following system time. In an app the hands stay horizontal at 3 and 9. I have not tried this in a glance or datafield.

In the simulator the hands move as expected, just not on a real device. Same issue in 8.4.0 and 8.3.0.

Example call in onShow, or onUpdate in a View instance;

System.println( setClockHandPosition({
 :clockState => WatchUi.ANALOG_CLOCK_STATE_HOLDING,
 :hour => 90,
 :minute => 180
)); // true

Other clockStates also do not work.