mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-15 01:00:02 +00:00
remove extra cast
This commit is contained in:
parent
64143c9c50
commit
77e5ba367e
@ -43,7 +43,7 @@ impl Text {
|
||||
);
|
||||
|
||||
Self {
|
||||
text_view: gemini.reader.widget.text_view.clone().upcast::<TextView>(),
|
||||
text_view: gemini.reader.widget.text_view.clone(),
|
||||
meta: Meta {
|
||||
title: gemini.reader.title.clone(),
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user