Skip to content

Commit 96b7cb6

Browse files
committed
- switch to reset
1 parent 1dbc5ef commit 96b7cb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Controls/tests/UITests/Tests/Issues/HideSoftInputOnTappedPageTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ void HideSoftInputOnTappedPageTestForMac(string control, bool hideOnTapped)
5353
}
5454
finally
5555
{
56-
App.Back();
56+
Reset();
5757
}
5858
}
5959

@@ -125,7 +125,7 @@ public void TogglingHideSoftInputOnTappedForMac()
125125
}
126126
finally
127127
{
128-
this.Back();
128+
Reset();
129129
}
130130
}
131131

0 commit comments

Comments
 (0)