mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-21 13:53:37 +00:00
[ios] Switched OSM profile to SwiftUI and redesigned it
Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com>
This commit is contained in:
committed by
Yannik Bloscheck
parent
db1ef9b148
commit
15c7e71866
@@ -1,6 +1,5 @@
|
||||
#import "MWMEditorViewController.h"
|
||||
#import "MWMAlertViewController.h"
|
||||
#import "MWMAuthorizationCommon.h"
|
||||
#import "MWMButtonCell.h"
|
||||
#import "MWMCuisineEditorViewController.h"
|
||||
#import "MWMEditorAddAdditionalNameTableViewCell.h"
|
||||
@@ -244,7 +243,7 @@ void registerCellsForTableView(std::vector<MWMEditorCellID> const & cells, UITab
|
||||
[self showNotesQueuedToast];
|
||||
break;
|
||||
case osm::Editor::SaveResult::SavedSuccessfully:
|
||||
osm_auth_ios::AuthorizationSetNeedCheck(YES);
|
||||
[Profile requestReauthorizationWithShouldReauthorize:YES];
|
||||
f.UpdatePlacePageInfoForCurrentSelection();
|
||||
[self.navigationController popToRootViewControllerAnimated:YES];
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user