LalitMaganti / HoloIRC

Open source IRC client for Android.
GNU General Public License v3.0
131 stars 32 forks source link

Service lifecycle fixes, attempt #2 #132

Closed maniac103 closed 8 years ago

maniac103 commented 8 years ago

Fixed the NPE mentioned on IRC. As you can see in ServerListFragment, you already had some null checks in place; I added the missing ones in NavigationDrawerFragment. I also decoupled the DCC and invite fragments from NavigationDrawerFragment, so each fragment now manages the service connection state by itself.