mirror of
https://github.com/nerzhul/ownCloud-SMS-App.git
synced 2026-08-23 14:23:04 +00:00
merge
This commit is contained in:
@@ -195,7 +195,7 @@ public class SmsFetcher {
|
||||
return;
|
||||
}
|
||||
|
||||
Cursor c = (new SmsDataProvider(_context)).query(mbURI, "date > " + sinceDate);
|
||||
Cursor c = new SmsDataProvider(_context).query(mbURI, "date > ?", new String[] { sinceDate.toString() });
|
||||
|
||||
// Reading mailbox
|
||||
if (c != null && c.getCount() > 0) {
|
||||
|
||||
Reference in New Issue
Block a user