Skip to content

Commit 192e051

Browse files
author
Paul Von Schrottky
committed
Fix Weekly Update debug instructions
To debug Weekly Roundup using in the app's debug settings, the `weeklyRoundupStaticNotification` feature flag must be enabled for the static fallback notification to work.
1 parent a6e1033 commit 192e051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPress/Classes/ViewRelated/Developer/WeeklyRoundupDebugScreen.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ struct WeeklyRoundupDebugScreen: View {
130130
.frame(height: settings.spacerHeight)
131131
}
132132

133-
Text("The first number is when the dynamic notification is scheduled at the earliest. It can take a lot more time to be sent since iOS basically decides when to deliver it. The second number is for the static notification. It will be shown if either the App is killed or if the dynamic notification isn't shown by iOS before it.")
133+
Text("The first number is when the dynamic notification is scheduled at the earliest. It can take a lot more time to be sent since iOS basically decides when to deliver it. The second number is for the static notification which depend on the weeklyRoundupStaticNotification feature flag being enabled. The static notification will be shown if either the App is killed or if the dynamic notification isn't shown by iOS before it.")
134134
.fixedSize(horizontal: false, vertical: true)
135135
.padding(settings.defaultPadding)
136136

0 commit comments

Comments
 (0)