mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Refactor FeatureFlags.
This commit is contained in:
@@ -71,7 +71,7 @@ object FcmFetchManager {
|
||||
}
|
||||
|
||||
private fun postMayHaveMessagesNotification(context: Context) {
|
||||
if (FeatureFlags.fcmMayHaveMessagesNotificationKillSwitch()) {
|
||||
if (FeatureFlags.fcmMayHaveMessagesNotificationKillSwitch) {
|
||||
Log.w(TAG, "May have messages notification kill switch")
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user