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;
|
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();
|
||||||
|
|
Loading…
Reference in a new issue