1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

DROID-2525 Membership | Hide the membership menu in local only mode (#1259)

This commit is contained in:
Konstantin Ivanov 2024-06-04 16:12:44 +02:00 committed by GitHub
parent 22713446ab
commit ebef167d7b
Signed by: github
GPG key ID: B5690EEEBB952194
5 changed files with 48 additions and 20 deletions

View file

@ -324,7 +324,7 @@ fun BottomText(
.fillMaxWidth()
.padding(horizontal = 20.dp)
.wrapContentHeight()
.clickable { tierAction(TierAction.OpenEmail) },
.noRippleThrottledClickable { tierAction(TierAction.OpenEmail) },
text = buildString,
style = Caption1Regular,
color = colorResource(id = R.color.text_primary)