mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-07 05:24:46 +01:00
bring up different dialog after invite sent
This commit is contained in:
parent
4e21e40de5
commit
aaca73eb40
1 changed files with 5 additions and 0 deletions
|
@ -1208,6 +1208,10 @@ public class BoardDelegate extends DelegateBase
|
|||
alertOrderIncrIfAt( StartAlertOrder.NBS_PERMS );
|
||||
break;
|
||||
|
||||
case LAUNCH_INVITE_ACTION:
|
||||
showInviteAlertIf();
|
||||
break;
|
||||
|
||||
default:
|
||||
handled = super.onDismissed( action, params );
|
||||
break;
|
||||
|
@ -1513,6 +1517,7 @@ public class BoardDelegate extends DelegateBase
|
|||
@Override
|
||||
public void onInviteClicked()
|
||||
{
|
||||
getINAWrapper().dismiss();
|
||||
callInviteChoices();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue