diff --git a/Riot/Modules/Common/Recents/RecentsViewController.m b/Riot/Modules/Common/Recents/RecentsViewController.m index 2ab3e357a..410850f44 100644 --- a/Riot/Modules/Common/Recents/RecentsViewController.m +++ b/Riot/Modules/Common/Recents/RecentsViewController.m @@ -1293,6 +1293,9 @@ - (nullable UISwipeActionsConfiguration *)tableView:(UITableView *)tableView tra title:title handler:^(UIContextualAction * _Nonnull action, __kindof UIView * _Nonnull sourceView, void (^ _Nonnull completionHandler)(BOOL)) { [self leaveEditedRoom]; + + self->editedRoomId = nil; // Tchap: Reset editedRoomId else UI content does not refresh anymore. + completionHandler(YES); }]; leaveAction.backgroundColor = actionBackgroundColor; diff --git a/changelog.d/919.bugfix b/changelog.d/919.bugfix new file mode 100644 index 000000000..a78351862 --- /dev/null +++ b/changelog.d/919.bugfix @@ -0,0 +1 @@ +La liste des salons se fige si on quitte un salon depuis le glissement sur la cellule \ No newline at end of file