From 572de49dc272a46ed1ddfd1201273502b3629c20 Mon Sep 17 00:00:00 2001 From: cepetr Date: Thu, 2 May 2024 09:51:05 +0200 Subject: [PATCH] fixup! fixup! feat(core): introduce new drawing library --- core/embed/rust/src/ui/shape/cache/blur_cache.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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,