Skip to content

Commit

Permalink
fix: Mute Icon blocks click event (#2492)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandreferris committed Dec 2, 2023
1 parent d5dc43e commit f3108ca
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
package com.wire.android.ui.home.conversationslist.common

import androidx.compose.foundation.border
import androidx.compose.foundation.clickable
import androidx.compose.foundation.layout.Box
import androidx.compose.foundation.layout.PaddingValues
import androidx.compose.foundation.layout.height
Expand Down Expand Up @@ -52,7 +51,6 @@ fun MutedConversationBadge() {
.height(dimensions().spacing20x)
.padding(PaddingValues(dimensions().spacing0x))
.clip(shape = RoundedCornerShape(size = dimensions().spacing6x))
.clickable(enabled = false, onClick = {})
.border(
width = 1.dp,
color = MaterialTheme.wireColorScheme.secondaryButtonDisabledOutline,
Expand Down

0 comments on commit f3108ca

Please sign in to comment.