mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-27 12:05:22 +00:00
Fix typo
// FREEBIE
This commit is contained in:
parent
1e934f6146
commit
4838fade6c
@ -128,7 +128,7 @@ public class BlockedContactsActivity extends PassphraseRequiredActionBarActivity
|
||||
@Override
|
||||
public void bindView(View view, Context context, Cursor cursor) {
|
||||
String addressesConcat = cursor.getString(1);
|
||||
List<Address> addresses = Address.fromSerializedList(addressesConcat, " ");
|
||||
List<Address> addresses = Address.fromSerializedList(addressesConcat, ' ');
|
||||
|
||||
Recipients recipients = RecipientFactory.getRecipientsFor(context, addresses.toArray(new Address[0]), true);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user