kaushikgopal / RxJava-Android-Samples

Learning RxJava for Android by example
Apache License 2.0
7.55k stars 1.37k forks source link

fix: replaced deprecated onAttach with correct override #43

Closed marukami closed 8 years ago

kaushikgopal commented 8 years ago

good thing we're not using the framework provided fragments here. I remember a nefarious bug where for lower APIs, the onAttach(Context) method wouldn't be called.