mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-23 07:27:22 +01:00
handle maintenance messages from relay
This commit is contained in:
parent
8acba7e092
commit
4a580eabda
1 changed files with 3 additions and 0 deletions
|
@ -524,6 +524,9 @@ public class DelegateBase implements DlgClickNotify,
|
|||
case APP_NOT_FOUND:
|
||||
fmtId = R.string.app_not_found_fmt;
|
||||
break;
|
||||
case RELAY_ALERT:
|
||||
m_dlgDelegate.eventOccurred( event, args );
|
||||
break;
|
||||
default:
|
||||
if ( BuildConfig.DEBUG ) {
|
||||
DbgUtils.logf( "DelegateBase.eventOccurred(event=%s) (DROPPED)",
|
||||
|
|
Loading…
Add table
Reference in a new issue