Guest User

Untitled

a guest
Oct 25th, 2018
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. val response = fetchFeed.fetchFeed()
  2. if(response.isSuccessful) {
  3. val feed = response.body()
  4. if (feed != null) {
  5. mView?.updateList(Result.Success(feed))
  6. }
  7. }
Add Comment
Please, Sign In to add comment