[BUG]: No update subscription channel row in ATV desktop after 24.52 and 24.89 Still issue
Opened this issue · 1 comments
nonelocker commented
Checklist
- I made sure that there are no existing issues - open or closed - which I could contribute my information to.
- I have read the FAQ and my problem isn't listed.
- I have taken the time to fill in all the required details. I understand that the bug report will be dismissed otherwise.
- This issue contains only one bug.
Affected version
24.53~24.89
Device Type
Smart TV/Box
Affected Android
Android TV 12 (TCL TV)
Steps to reproduce the bug
- install or update any version from 24.52
- look up subscription channel row in ATV(remember titles)
- no update this channel row anyway.
Actual behavior
No response
Additional information
No response
nonelocker commented
I compare btw 24.52 and 24.53.
it seems than cause following :
private void updateChannels() {
if (Helpers.isATVChannelsSupported(mContext)) {
try {
if (Helpers.isGoogleTVLauncher(mContext)) { // this code may be no needed
updateOrPublishChannel(getSinglePreferredPlaylist());
} else { // end of code
updateOrPublishChannel(mService.getSubscriptionsPlaylist());
updateOrPublishChannel(mService.getRecommendedPlaylist());
updateOrPublishChannel(mService.getHistoryPlaylist());
}
} catch (Exception e) {
Log.e(TAG, e.getMessage());
e.printStackTrace();
Please rollback this code!