Fix story shared element transition on foldables.

This commit is contained in:
Alex Hart
2025-10-28 15:15:17 -03:00
committed by jeffrey-signal
parent ae8b8bbe7c
commit bf4aa9cae9
2 changed files with 3 additions and 3 deletions

View File

@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
tools:viewBindingIgnore="true"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clipChildren="false"
android:clipToPadding="false"
tools:parentTag="com.google.android.material.card.MaterialCardView">
tools:parentTag="com.google.android.material.card.MaterialCardView"
tools:viewBindingIgnore="true">
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"

View File

@@ -14,7 +14,7 @@
<org.thoughtcrime.securesms.stories.viewer.reply.StoriesSharedElementCrossFaderView
android:id="@+id/story_content_crossfader"
android:layout_width="match_parent"
android:layout_width="0dp"
android:layout_height="0dp"
android:alpha="0"
android:clipChildren="false"