Skip to content

Draft: Remove workarounds for updating app title and NoMatches in Header

Mateusz Żebrak requested to merge mzebrak/remove-workaround into develop

Requires: !352 (merged)

Additional info:

According to this answer, it is bad to override screen management methods because

That seems to be caused by customizing pop_screen(), which is an odd thing to do. Handling ScreenResume would be more canonical.

so this might be the reason why a workaround in Header was required. Actually, they've made a fix for that. see !327 (comment 159052) But this seems does not solve the issue still..

Also, this MR changes how the version/current screen is displayed in the header.

Edited by Mateusz Żebrak

Merge request reports