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