mirror of
https://github.com/nerzhul/ownCloud-SMS-App.git
synced 2025-06-07 07:56:14 +00:00
Fix iteration on restore + add a log to understand where we are in restoration process
This commit is contained in:
parent
7af398786e
commit
15c9617a2b
Binary file not shown.
@ -65,6 +65,8 @@ public interface ASyncSMSRecovery {
|
||||
|
||||
Integer nb = 0;
|
||||
while ((obj != null) && (obj.getLastID() != start)) {
|
||||
Log.i(TAG, "Retrieving messages from " + Long.toString(start)
|
||||
+ " to " + Long.toString(obj.getLastID()));
|
||||
SmsMessage message;
|
||||
while ((message = obj.getNextMessage()) != null) {
|
||||
int mbid = (int) message.getMailbox();
|
||||
|
Loading…
x
Reference in New Issue
Block a user