We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcd02b9 commit 6960960Copy full SHA for 6960960
src/home/rooms_list.rs
@@ -571,7 +571,7 @@ impl Widget for RoomsList {
571
572
// With the `#[live] is_list_direct: bool`, room type not consistent with the list type will be pushed back.
573
// Next time, `handle_event` will run another type of list (if this time `is_list_direct` is `true`, next time it will be `false`)
574
- // At the same time, all the fileds of `RoomsList` is diffierent,
+ // At the same time, all the fields of `RoomsList` is diffierent,
575
// and it will push these into `self.all_rooms` again automatically.
576
while let Some(room) = room_updates_needed_to_push_back.pop() {
577
PENDING_ROOM_UPDATES.push(RoomsListUpdate::AddRoom(room));
0 commit comments