Skip to content

Commit

Permalink
FIX: [droid;oreo] re-schedule triggered channel uodate
Browse files Browse the repository at this point in the history
  • Loading branch information
koying committed Jan 2, 2018
1 parent 2ea44e9 commit bc48fe1
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ public class SyncProgramsJobService extends JobService
protected void onPostExecute(Boolean finished)
{
super.onPostExecute(finished);
// Daisy chain listening for the next change to the channel.
TvUtil.scheduleTriggeredSyncingProgramsForChannel(
SyncProgramsJobService.this, channelId);
mSyncProgramsTask = null;
jobFinished(jobParameters, !finished);
}
Expand Down

0 comments on commit bc48fe1

Please sign in to comment.