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:
parent
22713446ab
commit
ebef167d7b
5 changed files with 48 additions and 20 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue