mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-01 06:19:57 +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 ) {
|
switch( event ) {
|
||||||
case BT_ERR_COUNT:
|
case BT_ERR_COUNT:
|
||||||
int count = (Integer)args[0];
|
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 );
|
DbgUtils.logf( "Bluetooth error count: %d", count );
|
||||||
break;
|
break;
|
||||||
case BAD_PROTO:
|
case BAD_PROTO:
|
||||||
|
|
Loading…
Reference in a new issue