egeniq / android-tv-program-guide

Android TV Program Guide
Apache License 2.0
162 stars 63 forks source link

Date field is not updating immediately on scroll of programs #58

Closed hruship0099 closed 11 months ago

hruship0099 commented 11 months ago

hi @dzolnai While scrolling programs right, once the next programs are loaded and on focus, date is not getting updated immediately. Date is getting updated after scrolling some more programs.

Please find the video for reference. https://drive.google.com/file/d/1pxJBTlT22q2zCFt0vFbsLu57ujr92YPC/view?usp=sharing

Request your help to know how it can be fixed

dzolnai commented 11 months ago

Hello @hruship0099 this is not a bug, the date is not dependent on the selected program, but on the times in the top bar. So until you see an hour less than 0:00 in the top bar, it will show yesterdays date

hruship0099 commented 11 months ago

@dzolnai Got it, thank you.