Skip to content

Commit

Permalink
more fixes for contact
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer committed Oct 26, 2023
1 parent 5bd1a2b commit b46212e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/src/main/java/org/xmtp/android/library/Contacts.kt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class AllowList(val client: Client) {
)
}

preferences.forEach { preference ->
preferences.iterator().forEach { preference ->
preference.allow?.walletAddressesList?.forEach { address ->
allowList.allow(address)
}
Expand Down

0 comments on commit b46212e

Please sign in to comment.