mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-12 16:23:32 +01:00
[Widgets]: (complete) Fixed previous pagination issues for ActiveAppsWidget
This commit is contained in:
@@ -55,7 +55,7 @@ extension View
|
||||
}
|
||||
|
||||
@ViewBuilder
|
||||
func pageUpButton(widgetID: String) -> some View {
|
||||
func pageUpButton(_ widgetID: String) -> some View {
|
||||
if #available(iOSApplicationExtension 17, *) {
|
||||
Button(intent: PaginationIntent(.up, widgetID)){
|
||||
self
|
||||
@@ -67,7 +67,7 @@ extension View
|
||||
}
|
||||
|
||||
@ViewBuilder
|
||||
func pageDownButton(widgetID: String) -> some View {
|
||||
func pageDownButton(_ widgetID: String) -> some View {
|
||||
if #available(iOSApplicationExtension 17, *) {
|
||||
Button(intent: PaginationIntent(.down, widgetID)){
|
||||
self
|
||||
|
||||
Reference in New Issue
Block a user