diff --git a/Samples/Forms/Core/FormsSample.csproj b/Samples/Forms/Core/FormsSample.csproj
index 55bb60631..a769b23fa 100644
--- a/Samples/Forms/Core/FormsSample.csproj
+++ b/Samples/Forms/Core/FormsSample.csproj
@@ -54,6 +54,6 @@
-
+
\ No newline at end of file
diff --git a/Samples/Forms/Droid/FormsSample.Droid.csproj b/Samples/Forms/Droid/FormsSample.Droid.csproj
index 7b6757de4..bbcdccfef 100644
--- a/Samples/Forms/Droid/FormsSample.Droid.csproj
+++ b/Samples/Forms/Droid/FormsSample.Droid.csproj
@@ -96,8 +96,8 @@
-
+
-
+
\ No newline at end of file
diff --git a/Samples/Forms/WindowsUniversal/project.json b/Samples/Forms/WindowsUniversal/project.json
index 140f37629..f024695ca 100644
--- a/Samples/Forms/WindowsUniversal/project.json
+++ b/Samples/Forms/WindowsUniversal/project.json
@@ -4,7 +4,7 @@
"Microsoft.ApplicationInsights.PersistenceChannel": "1.2.3",
"Microsoft.ApplicationInsights.WindowsApps": "1.1.1",
"Microsoft.NETCore.UniversalWindowsPlatform": "6.0.1",
- "Xamarin.Forms": "2.4.0.18342"
+ "Xamarin.Forms": "2.5.0.280555"
},
"frameworks": {
"uap10.0": {}
diff --git a/Samples/Forms/iOS/FormsSample.iOS.csproj b/Samples/Forms/iOS/FormsSample.iOS.csproj
index 351585a19..64527bf0a 100644
--- a/Samples/Forms/iOS/FormsSample.iOS.csproj
+++ b/Samples/Forms/iOS/FormsSample.iOS.csproj
@@ -126,6 +126,6 @@
-
+
\ No newline at end of file
diff --git a/Source/ZXing.Net.Mobile.Forms.Android/ZXing.Net.Mobile.Forms.Android.csproj b/Source/ZXing.Net.Mobile.Forms.Android/ZXing.Net.Mobile.Forms.Android.csproj
index 0164f7cab..2f39539cf 100644
--- a/Source/ZXing.Net.Mobile.Forms.Android/ZXing.Net.Mobile.Forms.Android.csproj
+++ b/Source/ZXing.Net.Mobile.Forms.Android/ZXing.Net.Mobile.Forms.Android.csproj
@@ -79,6 +79,6 @@
-
+
\ No newline at end of file
diff --git a/Source/ZXing.Net.Mobile.Forms.Android/ZXingScannerViewRenderer.cs b/Source/ZXing.Net.Mobile.Forms.Android/ZXingScannerViewRenderer.cs
index a120bf726..c7af336ad 100644
--- a/Source/ZXing.Net.Mobile.Forms.Android/ZXingScannerViewRenderer.cs
+++ b/Source/ZXing.Net.Mobile.Forms.Android/ZXingScannerViewRenderer.cs
@@ -21,15 +21,12 @@ namespace ZXing.Net.Mobile.Forms.Android
public class ZXingScannerViewRenderer : ViewRenderer
{
private Context appContext;
- public ZXingScannerViewRenderer() { }
+ public ZXingScannerViewRenderer() : base () { }
public ZXingScannerViewRenderer(IntPtr a, JniHandleOwnership b) { }
- public ZXingScannerViewRenderer(Context context)
+ public ZXingScannerViewRenderer(Context context) : base (context)
{
appContext = context;
}
- //public ZXingScannerViewRenderer () : base ()
- //{
- //}
public static void Init ()
{
@@ -40,7 +37,6 @@ public static void Init ()
protected ZXingScannerView formsView;
protected ZXingSurfaceView zxingSurface;
- internal Task requestPermissionsTask;
protected override async void OnElementChanged(ElementChangedEventArgs e)
{
@@ -64,14 +60,16 @@ protected override async void OnElementChanged(ElementChangedEventArgs
-
+
\ No newline at end of file
diff --git a/Source/ZXing.Net.Mobile.Forms/ZXing.Net.Mobile.Forms.csproj b/Source/ZXing.Net.Mobile.Forms/ZXing.Net.Mobile.Forms.csproj
index 79fd21eca..4cd1c9365 100644
--- a/Source/ZXing.Net.Mobile.Forms/ZXing.Net.Mobile.Forms.csproj
+++ b/Source/ZXing.Net.Mobile.Forms/ZXing.Net.Mobile.Forms.csproj
@@ -51,6 +51,6 @@
-
+
\ No newline at end of file