mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 11:19:04 +01:00
Move introduction role into IntroductionResponse
This commit is contained in:
@@ -183,7 +183,7 @@ abstract class ConversationItem {
|
||||
if (ir.wasAccepted()) {
|
||||
res = R.string.introduction_response_accepted_received;
|
||||
} else {
|
||||
if (ir.getNameable().isIntroducer()) {
|
||||
if (ir.isIntroducer()) {
|
||||
res = R.string.introduction_response_declined_received;
|
||||
} else {
|
||||
res =
|
||||
|
||||
Reference in New Issue
Block a user