https://issues.apache.org/ooo/show_bug.cgi?id=122104
Andre <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Resolution|--- |FIXED Assignee|[email protected] |[email protected] |g | --- Comment #2 from Andre <[email protected]> --- On a context switch both the deck and the tab bar are updated. But there where different optimizations to prevent unnecessary work. Looks like the tab bar button update was less optimized: the tab bar buttons are sometimes destroyed and created again after the deck is modified. But the selection of the button for the current deck was updated from within the deck update method. Fixed by updating the button selection at a better time. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.
