mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 21:55:48 +03:00
Remove persistance
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
9480c42c72
commit
4d8cb93e42
1 changed files with 1 additions and 2 deletions
|
@ -304,8 +304,7 @@ public class FilesSyncHelper {
|
|||
builder.addTriggerContentUri(new JobInfo.TriggerContentUri(MediaStore.
|
||||
Video.Media.EXTERNAL_CONTENT_URI,
|
||||
JobInfo.TriggerContentUri.FLAG_NOTIFY_FOR_DESCENDANTS));
|
||||
builder.setPersisted(true);
|
||||
builder.setTriggerContentMaxDelay(500);
|
||||
builder.setTriggerContentMaxDelay(1500);
|
||||
jobScheduler.schedule(builder.build());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue