Cancel checking for messages on foreground.

This commit is contained in:
Michelle Tang
2026-04-02 17:11:04 -04:00
committed by Greyson Parrelli
parent 6456dcf657
commit 8ea90c8a43

View File

@@ -141,6 +141,7 @@ object FcmFetchManager {
@JvmStatic
fun onForeground(context: Context) {
cancelMayHaveMessagesNotification(context)
FcmFetchForegroundService.stopServiceIfNecessary(context)
}
@JvmStatic