Skip to content

Commit f0bb468

Browse files
committed
fix forms
1 parent 5a4c901 commit f0bb468

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Platforms/Android/Services/ExpanderAccessibilityService.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,7 @@ protected override void OnServiceConnected()
429429
};
430430
floatView.SetOnTouchListener(this);
431431
rowContainer = floatView.FindViewById<LinearLayout>(Microsoft.Maui.Resource.Id.rowContainer);
432+
windowManager = GetSystemService(WindowService).JavaCast<IWindowManager>();
432433
}
433434
}
434435

0 commit comments

Comments
 (0)