Add in missing return statement

This caused an unintended fallthrough

Bug: 5183930
Change-Id: Iff2100be13a242bfc576c1cb737d8777f4b8065a
This commit is contained in:
Ben Komalo 2011-08-18 12:15:37 -07:00 committed by The Android Automerger
parent b5de6e8621
commit 2eff4cf8fb

View File

@ -383,6 +383,7 @@ public class MessageViewFragment extends MessageViewFragmentBase
case R.id.decline:
onRespondToInvite(EmailServiceConstants.MEETING_REQUEST_DECLINED,
R.string.message_view_invite_toast_no);
return;
case R.id.more: {
PopupMenu popup = new PopupMenu(getActivity(), mMoreButton);