Fix bounds clipping in pinch-to-zoom story gesture.

This commit is contained in:
Alex Hart 2022-09-19 13:48:29 -03:00 committed by Cody Henthorne
parent a642876bda
commit 654b602cef

View file

@ -4,6 +4,8 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clipChildren="false"
android:clipToPadding="false"
tools:context=".stories.viewer.StoryViewerActivity"
tools:viewBindingIgnore="true">