Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

[housekeeping] Automated PR to fix formatting errors #13267

Merged
merged 1 commit into from
Jan 2, 2021
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ ContentPage CreateSecondPage()
new Button()
{
Text = "Go Back",
Command = new Command(async () =>
Command = new Command(async () =>
{
await GoToAsync("..");
}),
Expand All @@ -65,7 +65,7 @@ ContentPage CreateSecondPage()
return page;
}

#if UITEST && __ANDROID__
#if UITEST && __ANDROID__
[Test]
public void NavigationWithACustomRendererThatDoesntSetAnAnimationStillWorks()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public ShellContentFragment(IShellContext shellContext, Page page)
public event EventHandler AnimationFinished;

public Fragment Fragment => this;

public override AndroidAnimation OnCreateAnimation(int transit, bool enter, int nextAnim)
{
var result = base.OnCreateAnimation(transit, enter, nextAnim);
Expand Down