1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2025-06-07 16:06:18 +00:00

Add error message on manual sync

This commit is contained in:
Loic Blot 2015-06-23 19:12:12 +02:00
parent f59b3e9c5e
commit 6e875efe28

View File

@ -53,8 +53,10 @@ public interface ASyncSMSSync {
try {
_client.doPushRequest(_smsList);
nMgr.dropSyncErrorMsg();
} catch (final OCSyncException e) {
Log.e(TAG, _context.getString(e.getErrorId()));
nMgr.setSyncErrorMsg(_context.getString(e.getErrorId()));
}
}
nMgr.dropSyncProcessMsg();