mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-16 15:41:16 +01:00
call method on superclass rather than activity
This commit is contained in:
parent
dc8b5b073e
commit
3c76de6851
1 changed files with 1 additions and 1 deletions
|
@ -2037,7 +2037,7 @@ public class BoardDelegate extends DelegateBase
|
|||
if ( BuildConstants.CHAT_SUPPORTED ) {
|
||||
Intent intent = new Intent( m_activity, ChatActivity.class );
|
||||
intent.putExtra( GameUtils.INTENT_KEY_ROWID, m_rowid );
|
||||
m_activity.startActivityForResult( intent, CHAT_REQUEST );
|
||||
startActivityForResult( intent, CHAT_REQUEST );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue