Merge pull request #2787 from deltachat/adb/fix-bug-group-creation

fix bug in group creation activity
This commit is contained in:
Asiel Díaz Benítez
2023-10-31 17:01:27 -04:00
committed by GitHub
@@ -299,7 +299,7 @@ public class GroupCreateActivity extends PassphraseRequiredActionBarActivity
if (groupChatId!=0) {
updateGroup(groupName);
} else {
if (allMembersVerified()) {
if (!broadcast && allMembersVerified()) {
new AlertDialog.Builder(this)
.setMessage(R.string.create_verified_group_ask)
.setNeutralButton(R.string.learn_more, (d, w) -> IntentUtils.showBrowserIntent(this, "https://delta.chat/en/help#verifiedchats"))