Fix group change failure reason display logic.
This commit is contained in:
parent
f0063b4b0d
commit
dfa4f0c309
1 changed files with 1 additions and 1 deletions
|
@ -1013,7 +1013,7 @@ public class ConversationActivity extends PassphraseRequiredActivity
|
|||
return GroupChangeResult.SUCCESS;
|
||||
},
|
||||
(changeResult) -> {
|
||||
if (changeResult.isSuccess()) {
|
||||
if (!changeResult.isSuccess()) {
|
||||
Toast.makeText(ConversationActivity.this, GroupErrors.getUserDisplayMessage(changeResult.getFailureReason()), Toast.LENGTH_SHORT).show();
|
||||
} else {
|
||||
invalidateOptionsMenu();
|
||||
|
|
Loading…
Add table
Reference in a new issue