Fix flashing when entering text story.

This commit is contained in:
Alex Hart
2022-03-24 16:59:49 -03:00
committed by Greyson Parrelli
parent af1701e6fa
commit d7a7e72c3a

View File

@@ -12,5 +12,6 @@
android:id="@+id/story_text_post_shared_element_target"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:importantForAccessibility="no" />
android:importantForAccessibility="no"
android:src="@color/core_grey_80" />
</FrameLayout>