Merge pull request #4118 from vector-im/feature/bca/spaces_fix_3935

Fix do not hide toolbar on scroll
This commit is contained in:
Benoit Marty 2021-09-29 16:35:56 +02:00 committed by GitHub
commit a9525bf92c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

1
changelog.d/3935.bugfix Normal file
View File

@ -0,0 +1 @@
Save button for adding rooms to a space is hidden when scrolling through list of rooms

View File

@ -24,8 +24,7 @@
android:id="@+id/addRoomToSpaceToolbar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:minHeight="0dp"
app:layout_scrollFlags="scroll|exitUntilCollapsed|snap|enterAlways">
android:minHeight="0dp">
<LinearLayout
android:layout_width="match_parent"