don't put up toast when checking SMS DB

This commit is contained in:
Eric House 2012-11-04 07:40:24 -08:00
parent 68d6e10ab7
commit 90480aca4c
2 changed files with 0 additions and 3 deletions

View file

@ -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>

View file

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