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.
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.