mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 01:40:07 +01:00
Upgrade ktlint and add twitter compose rules.
This commit is contained in:
committed by
Greyson Parrelli
parent
52e9b31554
commit
605289aca4
@@ -46,11 +46,17 @@ import kotlin.math.max
|
||||
*/
|
||||
class DefaultMessageNotifier(context: Application) : MessageNotifier {
|
||||
@Volatile private var visibleThread: ConversationId? = null
|
||||
|
||||
@Volatile private var lastDesktopActivityTimestamp: Long = -1
|
||||
|
||||
@Volatile private var lastAudibleNotification: Long = -1
|
||||
|
||||
@Volatile private var lastScheduledReminder: Long = 0
|
||||
|
||||
@Volatile private var previousLockedStatus: Boolean = KeyCachingService.isLocked(context)
|
||||
|
||||
@Volatile private var previousPrivacyPreference: NotificationPrivacyPreference = SignalStore.settings().messageNotificationsPrivacy
|
||||
|
||||
@Volatile private var previousState: NotificationState = NotificationState.EMPTY
|
||||
|
||||
private val threadReminders: MutableMap<ConversationId, Reminder> = ConcurrentHashMap()
|
||||
|
||||
Reference in New Issue
Block a user