mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
Merge pull request #2787 from deltachat/adb/fix-bug-group-creation
fix bug in group creation activity
This commit is contained in:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user