This commit is contained in:
Eric House 2017-06-06 05:46:27 -07:00
parent f85f7c41be
commit 59285aa9f4

View file

@ -210,10 +210,9 @@ public class ChatDelegate extends DelegateBase {
boolean handled = true; boolean handled = true;
switch ( item.getItemId() ) { switch ( item.getItemId() ) {
case R.id.chat_menu_clear: case R.id.chat_menu_clear:
if ( handled ) { makeConfirmThenBuilder( R.string.confirm_clear_chat,
makeConfirmThenBuilder( R.string.confirm_clear_chat, Action.CLEAR_ACTION ) Action.CLEAR_ACTION )
.show(); .show();
}
break; break;
case R.id.chat_menu_send: case R.id.chat_menu_send:
handleSend(); handleSend();