add comment to fake implementation of FcmReceiveService

This commit is contained in:
adbenitez 2024-06-12 02:28:11 +02:00
parent fee58e6eac
commit 6681f24603

View file

@ -3,6 +3,10 @@ package org.thoughtcrime.securesms.notifications;
import android.content.Context;
import androidx.annotation.Nullable;
/*
Fake do-nothing implementation of FcmReceiveService.
The real implementation is in the gplay flavor only.
*/
public class FcmReceiveService {
public static void register(Context context) {}
public static void waitForRegisterFinished() {}