am b1dfe25a: Fix 7223056: Enable scroll indicator on tablets

* commit 'b1dfe25ae1fffafb5e4ac22c21fd60d6b1b713cf':
  Fix 7223056: Enable scroll indicator on tablets
This commit is contained in:
Michael Jurka
2012-09-26 11:00:42 -07:00
committed by Android Git Automerger
+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() {