log dropped result

This commit is contained in:
Eric House 2014-09-11 07:20:59 -07:00
parent c47c8928ec
commit 588e5245d5

View file

@ -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()
{