Advertisement
Guest User

Untitled

a guest
Jun 20th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Kotlin 0.26 KB | None | 0 0
  1. fun bindData(commentDao: ArticleCommentDao) {
  2.     this.articleId = commentDao.articleId
  3.  
  4.     if (commentDao != this.comment) {
  5.         if (commentDao.id != this.comment?.id) {
  6.             Txt3
  7.         }
  8.         Txt1
  9.     }
  10.  
  11.     this.comment = commentDao
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement