summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.WinRT
diff options
context:
space:
mode:
authorE.Z. Hart <hartez@users.noreply.github.com>2017-01-27 17:14:21 -0700
committerKangho Hur <kangho.hur@samsung.com>2017-04-24 13:36:30 +0900
commitbfdbb57781cb8d488be398ebf56838dd1a1a0fd8 (patch)
tree51921f3833d9e217cc6a73667e353cfbf399d757 /Xamarin.Forms.Platform.WinRT
parentb068c56ecacee677780136192ce76534b4257f0f (diff)
downloadxamarin-forms-bfdbb57781cb8d488be398ebf56838dd1a1a0fd8.tar.gz
xamarin-forms-bfdbb57781cb8d488be398ebf56838dd1a1a0fd8.tar.bz2
xamarin-forms-bfdbb57781cb8d488be398ebf56838dd1a1a0fd8.zip
Make WinRT/UWP platform classes more maintainable (#652)
* Split Platform.cs into partial classes * Split the NavigationPageRenderer into partial classes for easier maintenance * Simplify GetCommandBarAsync, remove unneeded comments * Correct broken GetCommandBarAsync method * Fix OSX build
Diffstat (limited to 'Xamarin.Forms.Platform.WinRT')
-rw-r--r--Xamarin.Forms.Platform.WinRT/NavigationPageRenderer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xamarin.Forms.Platform.WinRT/NavigationPageRenderer.cs b/Xamarin.Forms.Platform.WinRT/NavigationPageRenderer.cs
index 7745f9dc..626d5c79 100644
--- a/Xamarin.Forms.Platform.WinRT/NavigationPageRenderer.cs
+++ b/Xamarin.Forms.Platform.WinRT/NavigationPageRenderer.cs
@@ -486,4 +486,4 @@ namespace Xamarin.Forms.Platform.WinRT
(this as ITitleProvider).BarForegroundBrush = GetBarForegroundBrush();
}
}
-} \ No newline at end of file
+}