Satya Iyengar
Results
2
issues of
Satya Iyengar
DataManager does not need to implement ApiHelper. This removes unnecessary implementation of getApiHeader. Helper methods to perform login can be extracted to a separate interface(LoginHelper) and implemented by datamanager. Datamanager...
Fix for #11 removeCallbacks should always be called in closeDrawers. This is how it is implemented in DrawerLayout.