Skip to content

Commit

Permalink
fix: remove duplicated debug id in settings screen [WPB-8626] (#2933)
Browse files Browse the repository at this point in the history
Co-authored-by: Michał Saleniuk <30429749+saleniuk@users.noreply.github.com>
Co-authored-by: Michał Saleniuk <saleniuk@gmail.com>
  • Loading branch information
3 people authored Apr 24, 2024
1 parent 7b3b0ac commit 6bf7e6d
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions app/src/main/kotlin/com/wire/android/ui/debug/DebugDataOptions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -133,16 +133,6 @@ fun DebugDataOptionsContent(
DependenciesItem(dependenciesMap)
if (BuildConfig.PRIVATE_BUILD) {

SettingsItem(
title = stringResource(R.string.debug_id),
text = state.debugId,
trailingIcon = R.drawable.ic_copy,
onIconPressed = Clickable(
enabled = true,
onClick = { }
)
)

SettingsItem(
title = stringResource(R.string.debug_id),
text = state.debugId,
Expand Down

0 comments on commit 6bf7e6d

Please sign in to comment.