Actions
Bug #2754
closedgui: DrawerFragment fix for quick retraction of drawer
Start date:
04/16/2015
Due date:
% Done:
100%
Estimated time:
Description
The options menu for a given fragment will not appear if the drawer is retracted too quickly without allowing it to fully expand. The reason for such behavior is:
When the drawer is retracted quickly without allowing it to be fully expanded, the onDrawerClosed() callback message is not dispatched. Option menu items belonging to the fragment would then be hidden.
Updated by Ivan Yeo over 9 years ago
- Status changed from New to Code review
- % Done changed from 0 to 100
Updated by Ivan Yeo over 9 years ago
- Status changed from Code review to Closed
Fix verified and submitted. Code review can be found at:
Actions