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
When i call module function at a view to make its parent set ,and there is loading window show at start
the module doesn't set the action bar ( it set the loading window even when we disable action bar at loading window of course)
The text was updated successfully, but these errors were encountered:
Although I recommend you not to use windows as loading indicators I admit that it might be reasonable to pass a window reference to this module. That way we could ensure that actionbarextras references the right activity.
I'm going to add this feature soon. In the meantime you may want to refactor your code to avoid wrapping your loading screens in a dedicated window. This could lead to some bad UX. If you cannot solve this issue, please share some code and I'll do my best to help out.
When i call module function at a view to make its parent set ,and there is loading window show at start
the module doesn't set the action bar ( it set the loading window even when we disable action bar at loading window of course)
The text was updated successfully, but these errors were encountered: