Merge "Debugging wallpaper stuff on production device (to be reverted once built)" into ub-now-nova

This commit is contained in:
Adam Cohen
2014-05-21 23:00:01 +00:00
committed by Android (Google) Code Review
2 changed files with 7 additions and 3 deletions
+4
View File
@@ -2443,11 +2443,15 @@ public class Launcher extends Activity
*/
protected void onClickAllAppsButton(View v) {
if (LOGD) Log.d(TAG, "onClickAllAppsButton");
mWorkspace.setWallpaperDimension();
/*
if (isAllAppsVisible()) {
showWorkspace(true);
} else {
showAllApps(true, AppsCustomizePagedView.ContentType.Applications, false);
}
*/
}
/**