mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
Fixes #1482 - Popping the user back to the home screen after leaving a room.
This commit is contained in:
committed by
Stefan Ceriu
parent
bfa533bd24
commit
216300e687
@@ -3494,7 +3494,7 @@ NSString *const kRoomSettingsAdvancedE2eEnabledCellViewIdentifier = @"kRoomSetti
|
||||
[self startActivityIndicator];
|
||||
[self->mxRoom leave:^{
|
||||
|
||||
[self withdrawViewControllerAnimated:YES completion:nil];
|
||||
[[LegacyAppDelegate theDelegate] restoreInitialDisplay:nil];
|
||||
|
||||
} failure:^(NSError *error) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user