mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-22 07:28:16 +01:00
cleanup
This commit is contained in:
parent
f85f7c41be
commit
59285aa9f4
1 changed files with 3 additions and 4 deletions
|
@ -210,10 +210,9 @@ public class ChatDelegate extends DelegateBase {
|
|||
boolean handled = true;
|
||||
switch ( item.getItemId() ) {
|
||||
case R.id.chat_menu_clear:
|
||||
if ( handled ) {
|
||||
makeConfirmThenBuilder( R.string.confirm_clear_chat, Action.CLEAR_ACTION )
|
||||
.show();
|
||||
}
|
||||
makeConfirmThenBuilder( R.string.confirm_clear_chat,
|
||||
Action.CLEAR_ACTION )
|
||||
.show();
|
||||
break;
|
||||
case R.id.chat_menu_send:
|
||||
handleSend();
|
||||
|
|
Loading…
Reference in a new issue