Handle MembershipChange.NONE rendering in the timeline #2102

And avoid `else` in the when statement.
This commit is contained in:
Benoit Marty 2023-12-26 13:46:30 +01:00 committed by Benoit Marty
parent e38799c4db
commit ac7d46cfb7
3 changed files with 17 additions and 1 deletions

View file

@ -39,6 +39,8 @@
<string name="state_event_room_name_changed_by_you">"You changed the room name to: %1$s"</string>
<string name="state_event_room_name_removed">"%1$s removed the room name"</string>
<string name="state_event_room_name_removed_by_you">"You removed the room name"</string>
<string name="state_event_room_none">"%1$s made no changes"</string>
<string name="state_event_room_none_by_you">"You made no changes"</string>
<string name="state_event_room_reject">"%1$s rejected the invitation"</string>
<string name="state_event_room_reject_by_you">"You rejected the invitation"</string>
<string name="state_event_room_remove">"%1$s removed %2$s"</string>