dlsc-software-consulting-gmbh / jfxcentral2

Version 2 of JFXCentral.
78 stars 10 forks source link

Refactor MobileCategoryHeader instantiation #631

Closed leewyatt closed 4 months ago

leewyatt commented 4 months ago

The changes removed unnecessary overriding of the goBackLink method when creating MobileCategoryHeader instances in various parts of the mobile application. This makes the code cleaner and easier to manage. Future modifications to the MobileCategoryHeader class will now propagate more predictably to the rest of the codebase.