Home
last modified time | relevance | path

Searched refs:colorStringLocal (Results 1 – 1 of 1) sorted by relevance

/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DNotificationHelper.kt56 …val colorStringLocal = colorString ?: manifest.getNotificationPreferences()?.getNullable(ExponentM… in getColor() constant
57 return if (colorString != null && ColorParser.isValid(colorStringLocal)) { in getColor()