diff --git a/core/embed/rust/src/ui/shape/cache/blur_cache.rs b/core/embed/rust/src/ui/shape/cache/blur_cache.rs index 716e2ed882..af78c4dc00 100644 --- a/core/embed/rust/src/ui/shape/cache/blur_cache.rs +++ b/core/embed/rust/src/ui/shape/cache/blur_cache.rs @@ -14,10 +14,7 @@ impl<'a> BlurCache<'a> { where T: LocalAllocLeakExt<'alloc>, { - let buff = bump - .alloc_t()? - .uninit - .init(UnsafeCell::new([0; 7928])); // TODO !!! 7928 + let buff = bump.alloc_t()?.uninit.init(UnsafeCell::new([0; 7928])); // TODO !!! 7928 Some(Self { algo: None,