Refactor, decompose and add previews. Fix part of speech sheet pop over
This commit is contained in:
@@ -35,7 +35,7 @@ struct Provider: IntentTimelineProvider {
|
||||
func getTimeline(for configuration: ConfigurationIntent, in context: Context, completion: @escaping (Timeline<Entry>) -> ()) {
|
||||
var entries: [DefinitionEntry] = []
|
||||
|
||||
for i in 0...5 {
|
||||
for _ in 0...5 {
|
||||
entries.append(getRandomEntry(configuration: configuration))
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user