mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
log dropped result
This commit is contained in:
parent
c47c8928ec
commit
588e5245d5
1 changed files with 4 additions and 1 deletions
|
@ -80,7 +80,10 @@ public class DelegateBase implements DlgDelegate.DlgClickNotify,
|
|||
protected boolean onBackPressed() { return false; }
|
||||
protected void prepareDialog( DlgID dlgID, Dialog dialog ) {}
|
||||
protected void onActivityResult( int requestCode, int resultCode,
|
||||
Intent data ) {}
|
||||
Intent data )
|
||||
{
|
||||
DbgUtils.logf( "DelegateBase.onActivityResult(): subclass responsibility!!!" );
|
||||
}
|
||||
|
||||
protected void onResume()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue