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