mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-08 05:24:39 +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 ) {
|
if ( Action.SKIP_CALLBACK != action ) {
|
||||||
post( new Runnable() {
|
post( new Runnable() {
|
||||||
public void run() {
|
public void run() {
|
||||||
m_clickCallback
|
XWActivity xwact = (XWActivity)m_activity;
|
||||||
.onPosButton( action, params );
|
xwact.onPosButton( action, params );
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue