You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Patch release that fixes a pair of issues with Scenes and Surveys, and adds a new `getPushProviderType()` method on `PushManager`. Apps that make use of Scenes or Surveys should update.
7
+
8
+
### Changes
9
+
- Added a `getPushProviderType()` method on `PushManager`, to allow the current push provider to be determined at runtime.
10
+
- Fixed a rendering issue with Scene and Survey buttons when using more than one line of text for the label.
11
+
- Fixed a potential crash that could occur when displaying a modal or fullscreen Scene or Survey.
12
+
5
13
## Version 17.0.2, June 28, 2023
6
14
Patch release that improves Scene and Survey rendering for layouts that ignore safe areas.
0 commit comments