Skip to content

Commit

Permalink
feat: change avs/cc versions to new section
Browse files Browse the repository at this point in the history
  • Loading branch information
yamilmedina committed Jul 15, 2024
1 parent 087b2df commit f2f3a57
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions app/src/main/kotlin/com/wire/android/ui/debug/DebugDataOptions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import androidx.compose.foundation.layout.wrapContentWidth
import androidx.compose.material3.MaterialTheme
import androidx.compose.material3.Text
import androidx.compose.runtime.Composable
import androidx.compose.runtime.Stable
import androidx.compose.ui.Modifier
import androidx.compose.ui.res.stringResource
import com.wire.android.BuildConfig
Expand All @@ -49,7 +48,6 @@ import com.wire.kalium.logic.CoreFailure
import com.wire.kalium.logic.data.user.UserId
import com.wire.kalium.logic.feature.e2ei.usecase.E2EIEnrollmentResult
import com.wire.kalium.logic.functional.Either
import kotlinx.collections.immutable.ImmutableMap

@Composable
fun DebugDataOptions(
Expand Down Expand Up @@ -450,15 +448,6 @@ private fun DisableEventProcessingSwitch(
}
)
}

@Stable
private fun prettyPrintMap(map: ImmutableMap<String, String?>, title: String): String = StringBuilder().apply {
append("$title\n")
map.forEach { (key, value) ->
append("$key: $value\n")
}
}.toString()

//endregion

@PreviewMultipleThemes
Expand Down

0 comments on commit f2f3a57

Please sign in to comment.