如何传递ActionBarDrawerToggle活动的引用?

时间:2015-04-27 16:16:37

标签: android flow mortar

我正在尝试使用Square's Mortar and Flow

问题是:来自support-v7的ActionBarDrawerToggle需要引用活动

但是view.getContext()会返回PathContext所以我得到了

ClassCastException: flow.path.PathContext cannot be cast to android.app.Activity

那我如何获得对活动的引用?

1 个答案:

答案 0 :(得分:1)

您是否尝试使用getBaseContext()ContextWrapper的超级类PathContext类的方法?