Fix 7223056: Enable scroll indicator on tablets

This commit is contained in:
Michael Jurka
2012-09-26 10:53:55 -07:00
parent 37990b4b4f
commit b1dfe25ae1
+1 -1
View File
@@ -1715,7 +1715,7 @@ public abstract class PagedView extends ViewGroup implements ViewGroup.OnHierarc
}
protected boolean isScrollingIndicatorEnabled() {
return !LauncherApplication.isScreenLarge();
return true;
}
Runnable hideScrollingIndicatorRunnable = new Runnable() {