mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
use entire uri pointer
This commit is contained in:
parent
5ce90d6e11
commit
4c0cb8c6f0
9 changed files with 28 additions and 26 deletions
|
|
@ -351,8 +351,8 @@ void Page::navigation_reload(
|
|||
// Set content driver
|
||||
pageContent->update(
|
||||
page::Content::TEXT_GEMINI,
|
||||
pageNavigation->get_request_text(), // @TODO use current page URI parsed instead of request able to change after
|
||||
buffer
|
||||
buffer,
|
||||
uri
|
||||
);
|
||||
|
||||
// Update title on detected by document provider
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue