should work

This commit is contained in:
Bryan Ndjeutcha 2021-05-25 11:44:34 -04:00
parent 917e796dfa
commit 6c6cb7d566

View File

@ -113,7 +113,7 @@ fn main() {
zriver_seat_status_v1::Event::FocusedView { title } => println!("{}", title),
_ => {}
})
},
} else { seat_status.quick_assign(move |_, _, _| {}) },
_ => {}
}
})