YoKeyword / SwipeBackFragment

An Android library that can finish a Fragment&Activity with swipe-back gesture.
Apache License 2.0
507 stars 86 forks source link

SwipeBackActivity 能不能抽象成一个接口 #11

Open guuguo opened 7 years ago

guuguo commented 7 years ago

我的activity都是继承baseActivity的 不能双继承SwipeBackActivity

vonions commented 7 years ago

把你的baseActivity 集成SwipeBackActivity

palorotolo commented 6 years ago

但有时候 baseActivity 已经继承别的框架的了……