mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-04 03:43:46 +00:00
[ios] Change how authorization check after editing is handled
Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user