Ticket Created
over 3 years ago

CIQQA-487

Venu 2 bug: 1st onUpdate call after an onShow event reports getObscurityFlags for the previous data screen

My data field rely on correct detection of data field used, since I have designed my data field to allow to be used twice, both on same or different data screens for same activity.

I use a call to DataField.getObscurityFlags() in onUpdate() to detect which data field is used. And, if I detect two different values after a call to onShow(), I assume my data field is inserted twice on same data screen.

Which works just fine on several different devices that I have tested.

BUT: on my new Venu 2, the very first call in onUpdate(), after a change of data screen, so right after a onShow() call, the getObscurityFlags returned is the value for the previous data screen! On the 2nd and subsequent onUpdate() calls, the getObscurityFlags returned become correct, i.e. representing the shown data screen.

Please fix in Venu 2.

Parents Comment Children