Ecchilon / SadPanda

Apache License 2.0
2 stars 4 forks source link

Fixed TabLayout view injection when logging out #48

Closed Ecchilon closed 8 years ago

Ecchilon commented 8 years ago

TabLayout was not nullable, meaning RoboGuice threw errors when logout was called since it inserted an empty view.

Also fixed the cancelable LoginFragment.

Closes #47

Ecchilon commented 8 years ago

:+1: