Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cdbe42fd authored by Alexandru Chircu's avatar Alexandru Chircu Committed by Romain Hunault
Browse files

Resolve "Push Notifications don't work"

parent d89632ca
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -55,6 +55,7 @@ import org.microg.gms.checkin.CheckinManager;
import org.microg.gms.checkin.LastCheckinInfo;
import org.microg.gms.common.HttpFormClient;
import org.microg.gms.common.Utils;
import org.microg.gms.gcm.McsService;
import org.microg.gms.people.PeopleManager;

import java.io.IOException;
@@ -357,6 +358,7 @@ public class LoginActivity extends AssistantActivity {
    private boolean checkin(boolean force) {
        try {
            CheckinManager.checkin(LoginActivity.this, force);
            McsService.scheduleReconnect(this);
            return true;
        } catch (IOException e) {
            Log.w(TAG, "Checkin failed", e);