You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I use onAttach to tint statusbar per Controller.
normal behavior:
controllerB.onAttach
controllerA.onDetach
However I do observe this when I press back during transition animation
controllerB.onAttach
controllerB.onDetach
so my previous' controllerB onAttach doesn't get called (or any other callback on B), so I wont tint my statusbar, and controllerA's tint is still displayed
Its reproducable with any changeHandler, for example
Hi,
I use onAttach to tint statusbar per Controller.
normal behavior:
controllerB.onAttach
controllerA.onDetach
However I do observe this when I press back during transition animation
controllerB.onAttach
controllerB.onDetach
so my previous' controllerB onAttach doesn't get called (or any other callback on B), so I wont tint my statusbar, and controllerA's tint is still displayed
Its reproducable with any changeHandler, for example
This seems like a bug, is it intended? Any workarounds please?
The text was updated successfully, but these errors were encountered: