Skip to content

Commit

Permalink
Renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Zakharov committed Mar 23, 2016
1 parent d7462e1 commit ae9ef46
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,8 @@ bool CanScrollUp(ViewGroup viewGroup)
}
else if (child is Android.Webkit.WebView)
{
var scrollview = child as Android.Webkit.WebView;
return (scrollview.ScrollY > 0.0);
var webView = child as Android.Webkit.WebView;
return (webView.ScrollY > 0.0);
}
else if (child is Android.Support.V4.Widget.SwipeRefreshLayout)
{
Expand Down

0 comments on commit ae9ef46

Please sign in to comment.