fix: Save user position after server registration

This commit is contained in:
Andrea Busi
2022-05-26 18:06:37 +02:00
parent 94bdb9dbe1
commit 5ceaa4a8be
@@ -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);
}];