mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-01 06:19:57 +01:00
don't put up toast when checking SMS DB
This commit is contained in:
parent
68d6e10ab7
commit
90480aca4c
2 changed files with 0 additions and 3 deletions
|
@ -2140,6 +2140,4 @@
|
|||
|
||||
<string name="default_loc">Store wordlists internally</string>
|
||||
<string name="default_loc_summary">(Not in external/sdcard memory)</string>
|
||||
|
||||
<string name="sms_searching_toast">Searching SMS messages...</string>
|
||||
</resources>
|
||||
|
|
|
@ -232,7 +232,6 @@ public class SMSService extends Service {
|
|||
switch( cmd ) {
|
||||
case CHECK_MSGDB:
|
||||
if ( ! XWPrefs.getHaveCheckedSMS( this ) ) {
|
||||
Utils.showToast( this, R.string.sms_searching_toast );
|
||||
XWPrefs.setHaveCheckedSMS( this, true );
|
||||
new Thread( new Runnable() {
|
||||
public void run() {
|
||||
|
|
Loading…
Reference in a new issue