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:
commit
0daaa3625c
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user