diff --git a/res/layout/compute_sizes.xml b/res/layout/compute_sizes.xml index 1c8e96648d2..b32ba5885b0 100755 --- a/res/layout/compute_sizes.xml +++ b/res/layout/compute_sizes.xml @@ -23,7 +23,7 @@ android:drawSelectorOnTop="false" android:layout_width="fill_parent" android:layout_height="wrap_content" /> - 0) { - mListView.setVisibility(View.VISIBLE); - mEmptyView.setVisibility(View.GONE); - } else { - mListView.setVisibility(View.GONE); - mEmptyView.setVisibility(View.VISIBLE); - } - } - // internal structure used to track added and deleted packages when // the activity has focus static class AddRemoveInfo { @@ -1192,7 +1178,6 @@ public class ManageApplications extends ListActivity implements } else { notifyDataSetChanged(); } - showEmptyViewIfListEmpty(); return true; } @@ -1594,7 +1579,6 @@ public class ManageApplications extends ListActivity implements // initialize the inflater mInflater = (LayoutInflater)getSystemService(Context.LAYOUT_INFLATER_SERVICE); mReceiver = new PackageIntentReceiver(); - mEmptyView = (TextView) findViewById(R.id.empty_view); mObserver = new PkgSizeObserver(); // Create adapter and list view here List appList = getInstalledApps(mSortOrder);