Fixes Overlapping Conversation Banner Position for Hidden Toolbar#13962
Fixes Overlapping Conversation Banner Position for Hidden Toolbar#13962Sagar0-0 wants to merge 1 commit intosignalapp:mainfrom
Conversation
greyson-signal
left a comment
There was a problem hiding this comment.
Ah, good catch on the bug. I agree it should be fixed, but in general, I try to avoid manually setting things like margins and such dynamically whenever possible. Is there something in the view hierarchy that could be fixed so that this overlap doesn't happen?
I'll explore the possibilities and update it here |
|
@greyson-signal Only setting the isInvisible can work instead of setting visible = false. Are there any cons for using this? |
|
Changing visibility is fine, I would just like to avoid having to manually change margins in code |
This change I've proposed won't be required anymore, we can only change the visible= false to isInvisible = true. And everything will work as expected. |
|
That sounds much better, will TAL when the PR is updated |
29ffbb3 to
e61af6e
Compare
|
@greyson-signal there we go! |
greyson-signal
left a comment
There was a problem hiding this comment.
Looks great, thanks! Will go in 7.34
First time contributor checklist
Contributor checklist
Fixes #1234syntaxDescription
Before:

After:

Store the Toolbar height in a variable and use it in MultiSelect Mode.