summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Android/Renderers/ScrollViewRenderer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Platform.Android/Renderers/ScrollViewRenderer.cs')
-rw-r--r--Xamarin.Forms.Platform.Android/Renderers/ScrollViewRenderer.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Xamarin.Forms.Platform.Android/Renderers/ScrollViewRenderer.cs b/Xamarin.Forms.Platform.Android/Renderers/ScrollViewRenderer.cs
index 15f04278..acad08c3 100644
--- a/Xamarin.Forms.Platform.Android/Renderers/ScrollViewRenderer.cs
+++ b/Xamarin.Forms.Platform.Android/Renderers/ScrollViewRenderer.cs
@@ -16,7 +16,6 @@ namespace Xamarin.Forms.Platform.Android
bool _isAttached;
bool _isBidirectional;
- ScrollToRequestedEventArgs _pendingScrollTo;
ScrollView _view;
public ScrollViewRenderer() : base(Forms.Context)
@@ -224,7 +223,6 @@ namespace Xamarin.Forms.Platform.Android
{
if (!_isAttached)
{
- _pendingScrollTo = e;
return;
}