We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01a03e5 commit b573993Copy full SHA for b573993
README.md
@@ -167,12 +167,12 @@ To ensure .play is applied before .pause, you can use `Task` to schedule the sec
167
**.play → .pause → .play**
168
169
```swift
170
- playbackCommand = .play
+ playbackCommand = .play
171
172
- Task {
173
- playbackCommand = .pause
174
- Task { playbackCommand = .play } // This runs AFTER `.pause`
175
- }
+ Task {
+ playbackCommand = .pause
+ Task { playbackCommand = .play } // This runs AFTER `.pause`
+ }
176
```
177
If playbackCommand is critical for playback logic, use an ObservableObject with @Published instead of @State. This avoids SwiftUI’s state batching
178
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments