Make multiselect buttons update when the list state changes
This commit is contained in:
parent
4b59cfc8ed
commit
479b22a2f8
@ -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