mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-17 15:08:25 +00:00
comment
This commit is contained in:
parent
10554011f8
commit
f9de34f947
@ -76,6 +76,7 @@ class CreateClosedGroupActivity : PassphraseRequiredActionBarActivity(), LoaderM
|
|||||||
}
|
}
|
||||||
|
|
||||||
private fun update(members: List<String>) {
|
private fun update(members: List<String>) {
|
||||||
|
//if there is a Note to self conversation, it loads self in the list, so we need to remove it here
|
||||||
this.members = members.minus(publicKey)
|
this.members = members.minus(publicKey)
|
||||||
mainContentContainer.visibility = if (members.isEmpty()) View.GONE else View.VISIBLE
|
mainContentContainer.visibility = if (members.isEmpty()) View.GONE else View.VISIBLE
|
||||||
emptyStateContainer.visibility = if (members.isEmpty()) View.VISIBLE else View.GONE
|
emptyStateContainer.visibility = if (members.isEmpty()) View.VISIBLE else View.GONE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user