Only show Introduction Accept Information if success is still possible

This commit is contained in:
Torsten Grote
2018-04-28 11:27:43 -03:00
parent ebf73716bb
commit 1aec948f18
9 changed files with 43 additions and 10 deletions

View File

@@ -124,9 +124,11 @@ 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());
if (ir.isSuccessPossible()) {
text += "\n\n" + ctx.getString(
R.string.introduction_response_accepted_sent_info,
ir.getName());
}
} else {
text = ctx.getString(
R.string.introduction_response_declined_sent,