@@ -40,7 +40,6 @@ impl<'a> QuoteRepostView<'a> {
|
|||||||
let id = self.id();
|
let id = self.id();
|
||||||
let quoting_note_id = self.quoting_note.id();
|
let quoting_note_id = self.quoting_note.id();
|
||||||
|
|
||||||
let post_response = {
|
|
||||||
ui::PostView::new(
|
ui::PostView::new(
|
||||||
self.ndb,
|
self.ndb,
|
||||||
self.draft,
|
self.draft,
|
||||||
@@ -51,9 +50,6 @@ impl<'a> QuoteRepostView<'a> {
|
|||||||
)
|
)
|
||||||
.id_source(id)
|
.id_source(id)
|
||||||
.ui(self.quoting_note.txn().unwrap(), ui)
|
.ui(self.quoting_note.txn().unwrap(), ui)
|
||||||
};
|
|
||||||
|
|
||||||
post_response
|
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn id_source(mut self, id: egui::Id) -> Self {
|
pub fn id_source(mut self, id: egui::Id) -> Self {
|
||||||
|
|||||||
Reference in New Issue
Block a user