react-native-firework-sdk 2.11.1 → 2.11.3
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.
|
@@ -5,6 +5,8 @@
|
|
|
5
5
|
// Created by linjie jiang on 2022/8/11.
|
|
6
6
|
//
|
|
7
7
|
|
|
8
|
+
// swiftlint:disable file_length
|
|
9
|
+
|
|
8
10
|
import FireworkVideo
|
|
9
11
|
import UIKit
|
|
10
12
|
|
|
@@ -353,7 +355,7 @@ public class StoryBlock: UIView, StoryBlockViewControllerDelegate, PictureInPict
|
|
|
353
355
|
resultConfig.replayBadge.isHidden = false
|
|
354
356
|
resultConfig.fullScreenPlayerView.replayBadge.isHidden = false
|
|
355
357
|
}
|
|
356
|
-
|
|
358
|
+
|
|
357
359
|
if let countdownTimerConfiguration = config.countdownTimerConfiguration {
|
|
358
360
|
resultConfig.countdownTimerConfiguration = countdownTimerConfiguration.fwCountdownTimerConfiguration()
|
|
359
361
|
// swiftlint:disable:next line_length
|
|
@@ -520,7 +520,7 @@ extension VideoFeed {
|
|
|
520
520
|
} else {
|
|
521
521
|
vpcConfig.replayBadge.isHidden = false
|
|
522
522
|
}
|
|
523
|
-
|
|
523
|
+
|
|
524
524
|
if let countdownTimerConfiguration = config.countdownTimerConfiguration {
|
|
525
525
|
vpcConfig.countdownTimerConfiguration = countdownTimerConfiguration.fwCountdownTimerConfiguration()
|
|
526
526
|
}
|