Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
Merge "Delete thread option is missing in thread view" into ics-mr1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Taylor authored and Android (Google) Code Review committed Nov 8, 2011
2 parents d6d8783 + ceda222 commit 46174f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/com/android/mms/ui/ComposeMessageActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -3676,6 +3676,8 @@ protected void onQueryComplete(int token, Object cookie, Cursor cursor) {
mTextEditor.requestFocus();

mConversation.blockMarkAsRead(false);

invalidateOptionsMenu(); // some menu items depend on the adapter's count
return;

case ConversationList.HAVE_LOCKED_MESSAGES_TOKEN:
Expand Down

0 comments on commit 46174f7

Please sign in to comment.