- Added
GlobalOptions.enableViewAdaptorAutoReset
- This option decides whether to reset customized view adaptors whenever SendbirdSwiftUI View's
onDisappear
is called. - Set this flag to
false
before a specific SendbirdSwiftUI View appears, if you want to prevent its customized views from resetting, even after itsonDisappear
is called.
- This option decides whether to reset customized view adaptors whenever SendbirdSwiftUI View's
- Fixed customized SendbirdSwiftUI View's customized styles being reset whenever a SendbirdSwiftUI View 's
onDisappear
is called (e.g., when coming back from anotherTabView
)