mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-17 15:08:25 +00:00
Fix for creating non-push groups.
This commit is contained in:
parent
9298dded15
commit
636c50b3b8
@ -534,8 +534,7 @@ public class GroupCreateActivity extends PassphraseRequiredSherlockFragmentActiv
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected Long doInBackground(Void... voids) {
|
protected Long doInBackground(Void... voids) {
|
||||||
handleCreateMmsGroup(selectedContacts);
|
return handleCreateMmsGroup(selectedContacts);
|
||||||
return null;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user