Show app version name in reviews
This commit is contained in:
@@ -68,7 +68,7 @@ class ReviewView : RelativeLayout {
|
|||||||
@ModelProp
|
@ModelProp
|
||||||
fun review(review: Review) {
|
fun review(review: Review) {
|
||||||
B.txtAuthor.text = review.userName
|
B.txtAuthor.text = review.userName
|
||||||
B.txtTime.text = review.timeStamp.toDate()
|
B.txtTime.text = ("${review.timeStamp.toDate()} • v${review.appVersion}")
|
||||||
B.txtComment.text = review.comment
|
B.txtComment.text = review.comment
|
||||||
|
|
||||||
B.img.load(review.userPhotoUrl, DrawableTransitionOptions.withCrossFade()) {
|
B.img.load(review.userPhotoUrl, DrawableTransitionOptions.withCrossFade()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user