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

Commit 067295e2 authored by Romain Hunault's avatar Romain Hunault 💻
Browse files

Merge branch '7-Push_Notifications_are_not_being_received' into 'sprint_cordoba'

Resolve "Push Notifications don't work"

See merge request e/apps/GmsCore!6
parents d89632ca cdbe42fd
Loading
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);