Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

fix the little tail #147

Closed
wants to merge 1 commit into from
Closed

fix the little tail #147

wants to merge 1 commit into from

Conversation

WuJunkai2004
Copy link
Contributor

Added the judgment of whether to break a line when adding a little tail

Added the judgment of whether to break a line when adding a little tail
@@ -297,8 +297,10 @@ private String getReplyContent() {
}
builder.append(editText.getText());
if (getAppPreferences().getLittleTail() != null) {
builder.append("\n")
.append(getAppPreferences().getLittleTail());
if( replyInfoBean.isSubFloor() == false || replyInfoBean.getReplyUser() == null ){
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@n0099
Copy link

n0099 commented Jan 17, 2023

#149

@HuanCheng65
Copy link
Owner

master 分支先不合入了(

@n0099
Copy link

n0099 commented Mar 11, 2023

您可以修改base branch

@WuJunkai2004
Copy link
Contributor Author

WuJunkai2004 commented Mar 11, 2023 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants