Fix introduction response messages in UI and some minor fixes

This commit is contained in:
Torsten Grote
2018-04-27 15:24:13 -03:00
parent 55a329a879
commit 5f6af4e40f
7 changed files with 213 additions and 20 deletions

View File

@@ -124,6 +124,9 @@ abstract class ConversationItem {
text = ctx.getString(
R.string.introduction_response_accepted_sent,
ir.getName());
text += "\n\n" + ctx.getString(
R.string.introduction_response_accepted_sent_info,
ir.getName());
} else {
text = ctx.getString(
R.string.introduction_response_declined_sent,