mirror of
https://github.com/nerzhul/ownCloud-SMS-App.git
synced 2026-08-21 21:32:58 +00:00
Merge branch 'master' of https://github.com/nerzhul/ownCloud-SMS-App
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user