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 5a4c901 commit f0bb468Copy full SHA for f0bb468
src/Platforms/Android/Services/ExpanderAccessibilityService.cs
@@ -429,6 +429,7 @@ protected override void OnServiceConnected()
429
};
430
floatView.SetOnTouchListener(this);
431
rowContainer = floatView.FindViewById<LinearLayout>(Microsoft.Maui.Resource.Id.rowContainer);
432
+ windowManager = GetSystemService(WindowService).JavaCast<IWindowManager>();
433
}
434
435
0 commit comments