Ui.Picker - different colors of selected item border (fenix 3)

When I'm using Ui.Picker in application, the border of selected item draws with different colors (one time it's red, other time white, sometimes black).
In each picker I have clear method

dc.setColor(Graphics.COLOR_BLACK, Graphics.COLOR_BLACK);
dc.clear();
Picker.onUpdate(dc);

But changing colors doesn't make any difference.
There is no methods to setup default color of borders.
As drawables I'm using Ui.Text with white color.

Looks like a bug.
  • When I'm using Ui.Picker in application, the border of selected item draws with different colors (one time it's red, other time white, sometimes black).
    In each picker I have clear method

    dc.setColor(Graphics.COLOR_BLACK, Graphics.COLOR_BLACK);
    dc.clear();
    Picker.onUpdate(dc);

    But changing colors doesn't make any difference.
    There is no methods to setup default color of borders.
    As drawables I'm using Ui.Text with white color.

    Looks like a bug.


    I have the exact same issue with my tabata app on F3HR...