mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-03 01:39:18 +02:00
add comment to fake implementation of FcmReceiveService
This commit is contained in:
parent
fee58e6eac
commit
6681f24603
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,10 @@ package org.thoughtcrime.securesms.notifications;
|
||||||
import android.content.Context;
|
import android.content.Context;
|
||||||
import androidx.annotation.Nullable;
|
import androidx.annotation.Nullable;
|
||||||
|
|
||||||
|
/*
|
||||||
|
Fake do-nothing implementation of FcmReceiveService.
|
||||||
|
The real implementation is in the gplay flavor only.
|
||||||
|
*/
|
||||||
public class FcmReceiveService {
|
public class FcmReceiveService {
|
||||||
public static void register(Context context) {}
|
public static void register(Context context) {}
|
||||||
public static void waitForRegisterFinished() {}
|
public static void waitForRegisterFinished() {}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue