diff --git a/ModuleKit/Widgets/Sensors.swift b/ModuleKit/Widgets/Sensors.swift index 0e0951af..556899de 100644 --- a/ModuleKit/Widgets/Sensors.swift +++ b/ModuleKit/Widgets/Sensors.swift @@ -48,7 +48,7 @@ public class SensorsWidget: WidgetWrapper { height: Constants.Widget.height - (2*Constants.Widget.margin.y) )) - self.canDrawConcurrently = true + self.wantsLayer = true if !preview { self.modeState = Store.shared.string(key: "\(self.title)_\(self.type.rawValue)_mode", defaultValue: self.modeState)