1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2025-06-22 15:26:24 +00:00
This commit is contained in:
Loïc Blot (@U-Exp) 2014-12-28 12:10:04 +01:00
commit cd59b6ad5c
2 changed files with 4 additions and 1 deletions

View File

@ -52,3 +52,7 @@ https://github.com/nerzhul/ownCloud-SMS-App/issues
And for the server app here:
https://github.com/nerzhul/ocsms/issues
## Developpers
You can found our continuous integration here: http://jenkins.unix-experience.fr/job/ownCloud%20SMS%20%28Android%29/

View File

@ -53,7 +53,6 @@ public class ConnectivityChanged extends BroadcastReceiver implements ASyncTask
// Now fetch messages since last stored date
JSONArray smsList = new SmsFetcher(context).bufferizeMessagesSinceDate(lastMessageSynced);
Log.d(TAG,"smsList " + smsList.toString());
if (smsList != null) {
new SyncTask(context, smsList).execute();