Guest User

Untitled

a guest
Apr 20th, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. val done = when (result) {
  2.    is Result.Success -> showList(result.items)
  3.    is Result.Failure -> result.error.printStackTrace()
  4. }
Add Comment
Please, Sign In to add comment