1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2026-08-21 21:32:58 +00:00
This commit is contained in:
Loïc Blot (@U-Exp)
2014-12-28 12:10:04 +01:00
2 changed files with 4 additions and 1 deletions
@@ -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();