use proper background color at system theme

This commit is contained in:
tibbi
2022-04-01 20:43:01 +02:00
parent 0d56d78a3f
commit 66b74aa856
2 changed files with 2 additions and 2 deletions

View File

@ -219,7 +219,7 @@ class MainActivity : SimpleActivity() {
}
}
private fun getContrastColor() = config.backgroundColor.getContrastColor()
private fun getContrastColor() = getProperBackgroundColor().getContrastColor()
private fun releaseCamera() {
mCameraImpl?.releaseCamera()