Skip to content

Commit

Permalink
fix drop out setting toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Magellan committed Nov 12, 2019
1 parent 1a0f4e7 commit 3887a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/xml/chat_dialogs_motion_scene.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<OnSwipe
app:dragDirection="dragUp"
app:touchAnchorId="@+id/chats_recycler_view"
app:touchAnchorSide="bottom" />
app:touchAnchorSide="top" />
</Transition>

<ConstraintSet android:id="@+id/start_state">
Expand Down

0 comments on commit 3887a05

Please sign in to comment.