Skip to content

Fix on TootActivity layout: bottom bar not fixed sometimes if a long content shared from other apps

lenchan139 requested to merge (removed):master into develop

Hi, if a long text shared from other apps, there will not be fixed on the bottom and hard to scroll to the bottom.

image

I change the layout from LinearLayout to RelativeLayout, it can fix this bug and might be better for layout.

image

Merge request reports