I am trying to use Square's Mortar and Flow
The problem is: ActionBarDrawerToggle from support-v7 requires to have a reference to the Activity
However view.getContext() returns PathContext so i get
ClassCastException: flow.path.PathContext cannot be cast to android.app.Activity
So how do I get reference to activity?