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
For me, what solved the problem was to manually track the menu state and call
the draw(Canvas cancas) method of the menu in the onDraw(Canvas canvas) of my
view.
Example:
if(m_PieMenuForApplication.isActivated())
{
m_PieMenuForApplication.draw(canvas);
}
Hope this helps.
Bests.
Original issue reported on code.google.com by
[email protected]
on 17 Jul 2012 at 11:50The text was updated successfully, but these errors were encountered: