Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/Controls/src/Core/Page/Page.cs
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,6 @@ protected virtual void OnAppearing()
/// <remarks>
/// <para>Application developers can override this method to provide behavior when the back button is pressed.
/// When overridden to handle or cancel the navigation yourself, this method should return <see langword="true"/>.</para>
/// <para>This only works on Android and UWP for the hardware back button. On iOS, this method will never be called because there is no hardware back button.</para>
/// </remarks>
protected virtual bool OnBackButtonPressed()
{
Expand Down
Loading