mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 09:02:44 +02:00
web view opened on tap + changelog
This commit is contained in:
@@ -3920,8 +3920,11 @@ ChangePasswordCoordinatorBridgePresenterDelegate>
|
||||
|
||||
- (void)onManageAccountTap
|
||||
{
|
||||
// TODO
|
||||
// Open a web view with the account url
|
||||
NSURL *url = [NSURL URLWithString: self.mainSession.homeserverWellknown.authentication.account];
|
||||
if (url) {
|
||||
SFSafariViewController *accountVC = [[SFSafariViewController alloc] initWithURL: url];
|
||||
[self presentViewController:accountVC animated:YES completion:nil];
|
||||
}
|
||||
}
|
||||
|
||||
- (void)showThemePicker
|
||||
|
||||
Reference in New Issue
Block a user