call via activity in common case too

This commit is contained in:
Eric House 2017-02-09 06:41:38 -08:00
parent 939688e3cd
commit 7c39bf6064

View file

@ -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 );
}
});
}