Fixed push notifications not being available when APK is built in release mode
This commit is contained in:
parent
df4ede7d97
commit
dbebd187bb
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import android.content.Context;
|
import android.content.Context;
|
||||||
|
import androidx.annotation.Keep;
|
||||||
import androidx.annotation.NonNull;
|
import androidx.annotation.NonNull;
|
||||||
import com.google.android.gms.common.ConnectionResult;
|
import com.google.android.gms.common.ConnectionResult;
|
||||||
import com.google.android.gms.common.GoogleApiAvailability;
|
import com.google.android.gms.common.GoogleApiAvailability;
|
||||||
|
@ -32,6 +33,7 @@ import org.linphone.core.tools.Log;
|
||||||
import org.linphone.settings.LinphonePreferences;
|
import org.linphone.settings.LinphonePreferences;
|
||||||
import org.linphone.utils.PushNotificationUtils;
|
import org.linphone.utils.PushNotificationUtils;
|
||||||
|
|
||||||
|
@Keep
|
||||||
public class FirebasePushHelper implements PushNotificationUtils.PushHelperInterface {
|
public class FirebasePushHelper implements PushNotificationUtils.PushHelperInterface {
|
||||||
public FirebasePushHelper() {}
|
public FirebasePushHelper() {}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue