mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-07 05:24:46 +01:00
call via activity in common case too
This commit is contained in:
parent
939688e3cd
commit
7c39bf6064
1 changed files with 2 additions and 2 deletions
|
@ -462,8 +462,8 @@ public class DlgDelegate {
|
|||
if ( Action.SKIP_CALLBACK != action ) {
|
||||
post( new Runnable() {
|
||||
public void run() {
|
||||
m_clickCallback
|
||||
.onPosButton( action, params );
|
||||
XWActivity xwact = (XWActivity)m_activity;
|
||||
xwact.onPosButton( action, params );
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue