mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
fix compile error from merge
This commit is contained in:
parent
0237403a26
commit
a3bc4f0a75
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ public class SMSReceiver extends BroadcastReceiver {
|
||||||
byte[] body = sms.getUserData();
|
byte[] body = sms.getUserData();
|
||||||
SMSService.handleFrom( context, body, phone );
|
SMSService.handleFrom( context, body, phone );
|
||||||
} catch ( NullPointerException npe ) {
|
} catch ( NullPointerException npe ) {
|
||||||
DbgUtils.loge( npe );
|
DbgUtils.logex( npe );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue