Merge branch 'eclair-plus-aosp' of ssh://android-git.corp.google.com:29418/platform/packages/apps/Email into eclair-mr2-plus-aosp

This commit is contained in:
Evan Millar 2009-10-09 13:33:55 -07:00 committed by Android Git Automerger
commit 0daaa3625c

View File

@ -1215,6 +1215,9 @@ public class MessageList extends ListActivity implements OnItemClickListener, On
break;
case MSG_REQUERY_LIST:
mListAdapter.doRequery();
if (mMultiSelectPanel.getVisibility() == View.VISIBLE) {
updateFooterButtonNames();
}
break;
default:
super.handleMessage(msg);