mirror of
https://github.com/SimpleMobileTools/Simple-Keyboard.git
synced 2025-04-05 22:21:25 +02:00
Fixed safeStorageContext issue in getStrokeColor method
This commit is contained in:
parent
3e9d8e6bb0
commit
14e761127d
@ -47,7 +47,7 @@ fun Context.getStrokeColor(): Int {
|
|||||||
resources.getColor(R.color.md_grey_400, theme)
|
resources.getColor(R.color.md_grey_400, theme)
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
val lighterColor = getProperBackgroundColor().lightenColor()
|
val lighterColor = safeStorageContext.getProperBackgroundColor().lightenColor()
|
||||||
if (lighterColor == Color.WHITE || lighterColor == Color.BLACK) {
|
if (lighterColor == Color.WHITE || lighterColor == Color.BLACK) {
|
||||||
resources.getColor(R.color.divider_grey, theme)
|
resources.getColor(R.color.divider_grey, theme)
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user