We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd0197e commit 131d339Copy full SHA for 131d339
maui/src/Popup/Helpers/PopupExtension/PopupExtension.Android.cs
@@ -363,7 +363,7 @@ internal static int GetWindowInsets(string position)
363
/// <param name="isopen">Specifies whether the popup is open or not.</param>
364
internal static void Blur(MauiView view, SfPopup popup, bool isopen)
365
{
366
- if (OperatingSystem.IsAndroidVersionAtLeast(31) && Shader.TileMode.Clamp is not null)
+ if (OperatingSystem.IsAndroidVersionAtLeast(31) && Shader.TileMode.Clamp is not null && popup.GetBlurRadius() > 0)
367
368
if (IPlatformApplication.Current is not null && IPlatformApplication.Current.Application is Microsoft.Maui.Controls.Application application &&
369
application.Windows is not null && application.Windows.Count > 0)
0 commit comments