chore(display): remove commented code block
This commit is contained in:
parent
dda70e1441
commit
95e77491c5
1 changed files with 0 additions and 17 deletions
|
|
@ -314,23 +314,6 @@ impl page::Page<crate::pages::Message> for Page {
|
||||||
}))
|
}))
|
||||||
.abortable();
|
.abortable();
|
||||||
|
|
||||||
// tokio::task::spawn(async move {
|
|
||||||
// while let Ok(message) = rx.recv().await {
|
|
||||||
// if sender.is_closed() {
|
|
||||||
// return;
|
|
||||||
// }
|
|
||||||
|
|
||||||
// if let cosmic_randr::Message::ManagerDone = message {
|
|
||||||
// if !refreshing_page.swap(true, Ordering::SeqCst) {
|
|
||||||
// let sender = sender.clone();
|
|
||||||
// tokio::spawn(async move {
|
|
||||||
// _ = sender.send(on_enter().await).await;
|
|
||||||
// });
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// });
|
|
||||||
|
|
||||||
tasks.push(randr_task);
|
tasks.push(randr_task);
|
||||||
self.randr_handle = Some((canceller, randr_handle));
|
self.randr_handle = Some((canceller, randr_handle));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue