Refactor FeatureFlags.

This commit is contained in:
Greyson Parrelli
2024-06-12 13:57:07 -04:00
parent 39cb1c638e
commit 13f7a64139
76 changed files with 1059 additions and 1053 deletions

View File

@@ -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
}