@neoskola/auto-play 0.2.1 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -171,7 +171,7 @@ class HybridAutoPlay: HybridAutoPlaySpec {
|
|
|
171
171
|
|
|
172
172
|
let carPlayTemplate = template.getTemplate()
|
|
173
173
|
|
|
174
|
-
if carPlayTemplate is CPAlertTemplate
|
|
174
|
+
if carPlayTemplate is CPAlertTemplate {
|
|
175
175
|
let animated = try await
|
|
176
176
|
!interfaceController.dismissTemplate(
|
|
177
177
|
animated: false
|