我正在尝试使用Square's Mortar and Flow
问题是:来自support-v7的ActionBarDrawerToggle
需要引用活动
但是view.getContext()
会返回PathContext
所以我得到了
ClassCastException: flow.path.PathContext cannot be cast to android.app.Activity
那我如何获得对活动的引用?
答案 0 :(得分:1)
您是否尝试使用getBaseContext()
类ContextWrapper
的超级类PathContext
类的方法?