Redgram / redgram-for-reddit

An Open-Sourced Android Reddit Client
GNU General Public License v3.0
102 stars 19 forks source link

Add network calls to getHomeViewWrapper() #29

Closed mhdatie closed 7 years ago

mhdatie commented 8 years ago

I'm consolidating network calls to a main one so it gathers everything and present it to the views. So far it only fetches the subscriptions. I want to fetch the links as well and pass the results to the linkContainerView which is basically a component that deals with anything related to links.

mhdatie commented 8 years ago

commit number: 95e1077944e3634f266ce336646b18527dd855f0

It was committed along with the merge fix