mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
remove extra cast
This commit is contained in:
parent
64143c9c50
commit
77e5ba367e
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue