Skip to content

Conversation

@sbakhtiarov
Copy link
Contributor

@sbakhtiarov sbakhtiarov commented Jan 15, 2026

TaskWPB-22618 [Android] Hide Channel options for now

https://wearezeta.atlassian.net/browse/WPB-22618

What's new in this PR?

Issues

Currently, personal users see the option to create a channel, but are prompted to create a team.
When they create a team, they will still not have the possibility to create channels until we have fully rolled out this feature.
Until such time we want to hide this option in the UI for personal users.

@sonarqubecloud
Copy link

.let { navigator.navigate(NavigationCommand(it)) }
},
shouldShowChannelPromotion = !isSelfTeamMember,
shouldShowChannelPromotion = false,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't we need to remove the whole core to shouldShowChannelPromotion ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did not want to do it since this is a temporary fix and we will revert it.

SearchUsersAndAppsScreen(
searchTitle = stringResource(id = R.string.label_new_conversation),
shouldShowChannelPromotion = shouldShowChannelPromotion,
shouldShowChannelPromotion = false,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did not want to do it since this is a temporary fix and we will revert it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants