Fixed widget operations

This commit is contained in:
Bingus 2023-02-17 13:26:31 -08:00
parent 2d427455ce
commit 3aaf5d8873
No known key found for this signature in database
GPG key ID: 5F84D2AA40A9F170

View file

@ -470,7 +470,7 @@ async fn run_instance<A, E, C>(
user_interface::State::Outdated,
)
{
let cached_interfaces: HashMap<_, _> =
let mut cached_interfaces: HashMap<_, _> =
ManuallyDrop::into_inner(interfaces)
.drain()
.map(
@ -486,7 +486,7 @@ async fn run_instance<A, E, C>(
// Update application
update(
&mut application,
&mut caches,
&mut cached_interfaces,
&states,
&mut renderer,
&mut runtime,