ui: color verbose logs the same as debug logs

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
Jason A. Donenfeld 2023-03-28 15:50:44 +02:00
parent 450ef8ce1c
commit 2da80e8dee

View File

@ -260,7 +260,7 @@ class LogViewerActivity : AppCompatActivity() {
private fun levelToColor(level: String): Int {
return when (level) {
"D" -> debugColor
"V", "D" -> debugColor
"E" -> errorColor
"I" -> infoColor
"W" -> warningColor