mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-29 10:26:36 +01:00
remove bt error count toast
This commit is contained in:
parent
a0881b1041
commit
f3acdfc78a
1 changed files with 0 additions and 4 deletions
|
@ -451,10 +451,6 @@ public class DelegateBase implements DlgDelegate.DlgClickNotify,
|
|||
switch( event ) {
|
||||
case BT_ERR_COUNT:
|
||||
int count = (Integer)args[0];
|
||||
try {
|
||||
DbgUtils.showf( m_activity,
|
||||
getString( R.string.bt_err_count_fmt, count ) );
|
||||
} catch ( java.lang.RuntimeException re ) {}
|
||||
DbgUtils.logf( "Bluetooth error count: %d", count );
|
||||
break;
|
||||
case BAD_PROTO:
|
||||
|
|
Loading…
Reference in a new issue