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;
|
break;
|
||||||
case MSG_REQUERY_LIST:
|
case MSG_REQUERY_LIST:
|
||||||
mListAdapter.doRequery();
|
mListAdapter.doRequery();
|
||||||
|
if (mMultiSelectPanel.getVisibility() == View.VISIBLE) {
|
||||||
|
updateFooterButtonNames();
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
super.handleMessage(msg);
|
super.handleMessage(msg);
|
||||||
|
Loading…
Reference in New Issue
Block a user