mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-08 22:33:26 +01:00
[ActiveAppsWidget]: Fix: use invalidatable() after button to enable the button state properly after new timeline entry has arrived
This commit is contained in:
@@ -165,10 +165,10 @@ private struct ActiveAppsWidgetView: View
|
||||
.padding(.all, -5)
|
||||
}
|
||||
.font(.system(size: 16, weight: .semibold, design: .rounded))
|
||||
.activatesRefreshAllAppsIntent()
|
||||
// this modifier invalidates the view (disables user interaction and shows a blinking effect)
|
||||
.invalidatableContent()
|
||||
.activatesRefreshAllAppsIntent()
|
||||
|
||||
|
||||
}
|
||||
.frame(height: rowHeight)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user