Home
last modified time | relevance | path

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

/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DExponentNotificationManager.kt51 if (isExpoPersistentNotificationCreated) { in maybeCreateExpoPersistentNotificationChannel()
76 isExpoPersistentNotificationCreated = true in maybeCreateExpoPersistentNotificationChannel()
278 private var isExpoPersistentNotificationCreated = false variable