diff --git a/Sources/Earthquake Network/Models/EQNUser.m b/Sources/Earthquake Network/Models/EQNUser.m index aebfbed..0bd530c 100644 --- a/Sources/Earthquake Network/Models/EQNUser.m +++ b/Sources/Earthquake Network/Models/EQNUser.m @@ -132,6 +132,7 @@ { [[ServerRequest defaultServerConnectionSingleton] inviaInformazioniAlServerWithURL:[EQNGeneratoreURLServer urlPosizione] richiesta:EQNTipoChiamataPosizione success:^(id result) { NSLog(@"[EQNUtility] Position saved on server"); + [self saveUserInfo]; } failure:^(NSError *error) { NSLog(@"[EQNUtility] Unable to save position. Error: %@", error.localizedDescription); }];