[ios] Change how authorization check after editing is handled

Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com>
This commit is contained in:
Yannik Bloscheck
2025-07-31 10:10:31 +02:00
parent 0b8bd42cb0
commit 327d302aae
3 changed files with 14 additions and 16 deletions

View File

@@ -243,7 +243,7 @@ void registerCellsForTableView(std::vector<MWMEditorCellID> const & cells, UITab
[self showNotesQueuedToast];
break;
case osm::Editor::SaveResult::SavedSuccessfully:
[Profile requestReauthorizationWithShouldReauthorize:YES];
[NSNotificationCenter.defaultCenter postNotificationName:@"EditingFinishedNotififcation" object:nil];
f.UpdatePlacePageInfoForCurrentSelection();
[self.navigationController popToRootViewControllerAnimated:YES];
break;