Loading src/org/microg/gms/auth/AuthManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -151,7 +151,7 @@ public class AuthManager { setAuthToken("LSID", response.LSid); if (response.expiry > 0) setExpiry(response.expiry); if (response.auth != null && response.expiry != 0 && response.storeConsentRemotely) if (response.auth != null && (response.expiry != 0 || response.storeConsentRemotely)) setAuthToken(response.auth); } Loading Loading
src/org/microg/gms/auth/AuthManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -151,7 +151,7 @@ public class AuthManager { setAuthToken("LSID", response.LSid); if (response.expiry > 0) setExpiry(response.expiry); if (response.auth != null && response.expiry != 0 && response.storeConsentRemotely) if (response.auth != null && (response.expiry != 0 || response.storeConsentRemotely)) setAuthToken(response.auth); } Loading