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-10-23 13:34:24 +0900
commitefd669c4c3e334caa63776ca7bcb2717c5534efa (patch)
tree4287eb9ac9251dc07a1bdd30a9c03b8527833173 /Xamarin.Forms.Platform.WinRT
parent2687dabb49cfc64d6cde6201713dc5c28b1ca648 (diff)
downloadxamarin-forms-efd669c4c3e334caa63776ca7bcb2717c5534efa.tar.gz
xamarin-forms-efd669c4c3e334caa63776ca7bcb2717c5534efa.tar.bz2
xamarin-forms-efd669c4c3e334caa63776ca7bcb2717c5534efa.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 7cb5bf35..c15f491e 100644
--- a/Xamarin.Forms.Platform.WinRT/NavigationPageRenderer.cs
+++ b/Xamarin.Forms.Platform.WinRT/NavigationPageRenderer.cs
@@ -499,4 +499,4 @@ namespace Xamarin.Forms.Platform.WinRT
(this as ITitleProvider).BarForegroundBrush = GetBarForegroundBrush();
}
}
-} \ No newline at end of file
+}