更新 ReplyActivity.kt
This commit is contained in:
parent
0c75052380
commit
b736132623
|
|
@ -384,9 +384,12 @@ class ReplyActivity : BaseActivity(), View.OnClickListener,
|
||||||
.append(" :")
|
.append(" :")
|
||||||
}
|
}
|
||||||
builder.append(editText.text)
|
builder.append(editText.text)
|
||||||
|
|
||||||
if (appPreferences.littleTail != null) {
|
if (appPreferences.littleTail != null) {
|
||||||
|
if (replyInfoBean!!.isSubFloor == false || replyInfoBean!!.replyUser == null) {
|
||||||
builder.append("\n")
|
builder.append("\n")
|
||||||
.append(appPreferences.littleTail)
|
}
|
||||||
|
builder.append(appPreferences.littleTail)
|
||||||
}
|
}
|
||||||
return builder.toString()
|
return builder.toString()
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue