Fixed widget operations
This commit is contained in:
parent
2d427455ce
commit
3aaf5d8873
1 changed files with 2 additions and 2 deletions
|
|
@ -470,7 +470,7 @@ async fn run_instance<A, E, C>(
|
||||||
user_interface::State::Outdated,
|
user_interface::State::Outdated,
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
let cached_interfaces: HashMap<_, _> =
|
let mut cached_interfaces: HashMap<_, _> =
|
||||||
ManuallyDrop::into_inner(interfaces)
|
ManuallyDrop::into_inner(interfaces)
|
||||||
.drain()
|
.drain()
|
||||||
.map(
|
.map(
|
||||||
|
|
@ -486,7 +486,7 @@ async fn run_instance<A, E, C>(
|
||||||
// Update application
|
// Update application
|
||||||
update(
|
update(
|
||||||
&mut application,
|
&mut application,
|
||||||
&mut caches,
|
&mut cached_interfaces,
|
||||||
&states,
|
&states,
|
||||||
&mut renderer,
|
&mut renderer,
|
||||||
&mut runtime,
|
&mut runtime,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue