Guest User

Untitled

a guest
Oct 21st, 2017
367
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. NoteWebClient().insert(note, object : CallbackResponse<Note> {
  2. override fun success(note: Note) {
  3. this@NoteListActivity.notes.add(note)
  4. configureList()
  5. }
  6. })
Add Comment
Please, Sign In to add comment