Skip to content

Commit

Permalink
feat: kalium ref
Browse files Browse the repository at this point in the history
  • Loading branch information
yamilmedina committed May 10, 2023
1 parent b2c1bfc commit 6298d7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ import com.wire.android.ui.common.dimensions
import com.wire.android.ui.common.divider.WireDivider
import com.wire.android.ui.theme.wireColorScheme
import com.wire.android.ui.theme.wireTypography
import com.wire.android.util.CustomTabsHelper
import com.wire.android.util.ui.LinkText
import com.wire.android.util.ui.LinkTextData

Expand Down Expand Up @@ -108,9 +109,7 @@ private fun OtherUserDevicesContent(
text = stringResource(id = R.string.label_learn_more),
tag = "learn_more",
annotation = supportUrl,
onClick = {
com.wire.android.util.CustomTabsHelper.launchUrl(context, supportUrl)
}
onClick = { CustomTabsHelper.launchUrl(context, supportUrl) }
)
),
modifier = Modifier.padding(all = dimensions().spacing16x),
Expand Down
2 changes: 1 addition & 1 deletion kalium
Submodule kalium updated 0 files

0 comments on commit 6298d7f

Please sign in to comment.