Skip to content

Commit

Permalink
- fix iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
PureWeen committed Aug 4, 2023
1 parent 04e74e1 commit 301d2be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ partial class HideSoftInputOnTappedChangedManager

IDisposable? watchingForTaps = null;

if (_contentPage?.Handler?.PlatformView is UIWindow window)
if (_contentPage?.Window?.Handler?.PlatformView is UIWindow window)
{
if (uIView is UITextView textView)
{
Expand Down

0 comments on commit 301d2be

Please sign in to comment.