ikew0ng / SwipeBackLayout

An Android library that help you to build app with swipe back gesture.
Apache License 2.0
6.12k stars 1.4k forks source link

android:windowIsTranslucent导致Activity的onPause()和onStop什么周期不会执行 #118

Closed yk007 closed 8 years ago

yk007 commented 8 years ago

项目中使用了SwipeBackLayout,要求Activity主题添加"android:windowIsTranslucent"才能达到Acitivity透明效果。偶然发现使用此属性之后Acitivity的生命周期有影响,Activity A启动之后,启动Activity B,Activity A的onPuase和onStop不会被调用