Xam.Shell.Badge icon indicating copy to clipboard operation
Xam.Shell.Badge copied to clipboard

Badge displayed on wrong tab after title change

Open lesha724 opened this issue 2 years ago • 0 comments

Steps to Reproduce

  1. Create new project with tabs
  2. Add badge for one tab
  3. Bind tab title with xct:Translate
  4. Change localization

Example test project

<TabBar>
        <Tab Title="About" Icon="icon_about.png">
            <ShellContent Route="AboutPage" ContentTemplate="{DataTemplate local:AboutPage}" />
        </Tab>
        <Tab Title="{xct:Translate Items}" 
             Icon="icon_feed.png"
             badge:Badge.Text="1"
             badge:Badge.BackgroundColor="Red">
            <ShellContent  ContentTemplate="{DataTemplate local:ItemsPage}" />
        </Tab>
    </TabBar>

Screenshot_1675097188 Screenshot_1675097195

lesha724 avatar Jan 30 '23 16:01 lesha724