Fix ConfigListScreen inheritance order

Status
Not open for further replies.

GitHub

Moderator
Fix ConfigListScreen inheritance order

To fix Summary screens and delete dublicate methods in subclasses.
In many places Screen inherit after ConfigListScreen and therefore its empty method createSummary override the correct method createSummary in ConfigListScreen and Summary screens do not work, or in screens are created unnecessarily duplicate method createSummary.
This allows you to delete unnecessary methods and fix Summary screens where they have not worked so far.

Based on: https://github.com/OpenPLi/enigma2/commit/4a67faa2b2af4784203da1e7ea7d6dcdb91b67ca

Continue reading...
 
Status
Not open for further replies.
Back
Top