oSumAtrIX
oSumAtrIX
Technically speaking v1 should still work and I considered enabling that as some poeple don't have a problem using v1. Tests would need to be conducted for stability though.
Disable patches and see when it is fixed.
@bogadana A fix for that would be to find the code which is respnsible to show() the view and return it. Iirc you were hiding the view.
Should it not just be "hidden by default"? Would make more sense from UX perspective
Somewhere, the pseude show() method is called, hence you can find references to it. If you find the correct method and remove the show() call it should not show() by...
The code will not show() the comments etc by default, if you press the buttons on the ui though, it is a different method you didn't touch. That calls show()...
What do you mean
Instead of hiding the view you should block the call to the show() function for that view from the code which is responsible to auto show it.
The issue would be gone since you are just blocking the auto show() function. The auto show() function is also switching the state of the view to SHOWN. Since you...
Is it caused by the patch?