forked from github/szkolny
[App] Improve unofficial build type info on debug.
This commit is contained in:
parent
b8ff649c96
commit
ea2974bfae
@ -88,9 +88,10 @@ class BuildManager(val app: App) : CoroutineScope {
|
||||
else -> no.asColoredSpannable(mtrlYellow)
|
||||
}
|
||||
)
|
||||
isDebug -> no
|
||||
else -> TextUtils.concat(
|
||||
no.asColoredSpannable(mtrlRed),
|
||||
if (gitAuthor != null) " ($gitAuthor)" else ""
|
||||
if (gitAuthor.isNotNullNorBlank()) " ($gitAuthor)" else ""
|
||||
)
|
||||
},
|
||||
R.string.build_platform to when {
|
||||
|
Loading…
Reference in New Issue
Block a user