Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notification Shows Repeatedly #4992

Open
14 tasks
Trkrkrl opened this issue Jun 5, 2024 · 0 comments
Open
14 tasks

Notification Shows Repeatedly #4992

Trkrkrl opened this issue Jun 5, 2024 · 0 comments
Labels
bug 🐛 An unexpected issue that highlights incorrect behavior

Comments

@Trkrkrl
Copy link

Trkrkrl commented Jun 5, 2024

Describe the bug

While trying to show notifications withToastContentBuilder , at some devices it shows same notification 2-3 times.

new ToastContentBuilder()
                .AddText(message)
                .AddAppLogoOverride(new Uri(iconUri), ToastGenericAppLogoCrop.None)
                .Show();

Regression

No response

Reproducible in sample app?

  • This bug can be reproduced in the sample app.

Steps to reproduce

Using this code at sample winform app.
.net framework 4.7.2 or 4.8.1 .
Latest Microsoft.Toolkit.Uwp.Notifications nuget package and call this method.

        internal static void ShowNotify(string message)
        {

            new ToastContentBuilder()
                .AddText(message)
                .AddAppLogoOverride(new Uri(iconUri), ToastGenericAppLogoCrop.None)
                .Show();
        }
-It does not happen every computer.

Expected behavior

It should show notifications only once. This behavior is expected for every device.

Screenshots

No response

Windows Build Number

  • Windows 10 1809 (Build 17763)
  • Windows 10 1903 (Build 18362)
  • Windows 10 1909 (Build 18363)
  • Windows 10 2004 (Build 19041)
  • Windows 10 20H2 (Build 19042)
  • Windows 10 21H1 (Build 19043)
  • Windows 11 21H2 (Build 22000)
  • Other (specify)

Other Windows Build number

No response

App minimum and target SDK version

  • Windows 10, version 1809 (Build 17763)
  • Windows 10, version 1903 (Build 18362)
  • Windows 10, version 1909 (Build 18363)
  • Windows 10, version 2004 (Build 19041)
  • Other (specify)

Other SDK version

No response

Visual Studio Version

2019

Visual Studio Build Number

No response

Device form factor

Desktop

Nuget packages

Microsoft.Toolkit.Uwp.Notifications 7.1.3

Additional context

No response

Help us help you

Yes, but only if others can assist.

@Trkrkrl Trkrkrl added the bug 🐛 An unexpected issue that highlights incorrect behavior label Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 An unexpected issue that highlights incorrect behavior
Projects
None yet
Development

No branches or pull requests

1 participant