Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.
This repository was archived by the owner on May 1, 2024. It is now read-only.

[Bug] 1.1.0-pre1 LocalizedString gets unsubscribed while still in use #986

@maxkoshevoi

Description

@maxkoshevoi

Description

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

Reproduction imagery

Reproduction Link

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working. Breaky break.s/unverifiedThis issue needs verification/reproduction by a team member. PRs cannot be accepted/merged.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions