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
{{ message }}
This repository was archived by the owner on May 1, 2024. It is now read-only.
LocalizationResourceManager inherits ObservableObject that uses DelegateWeakEventManager LocalizedString WeekSubscribe. Turns out week events don't mix together with with week subscriptions 😄
Steps to Reproduce
See new test in PR
Expected Behavior
LocalizedString is always subscribed while in use
Actual Behavior
LocalizedString gets unsubscribed
Basic Information
Version with issue: 1.1.0-pre1
Last known good version: -
IDE:
Platform Target Frameworks:
iOS:
Android:
UWP:
Android Support Library Version:
Nuget Packages:
Affected Devices:
Workaround
Implement your own LocalizedString without week subscription