TP-40337 | Fix issue with previous screen click on final screen (#7747)

This commit is contained in:
Saurabh Chaudhary
2023-09-05 17:03:19 +05:30
committed by GitHub
parent 060a7eb4da
commit af31b4ac87
3 changed files with 5 additions and 1 deletions

View File

@@ -6,7 +6,9 @@
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:background="@color/white"
android:clickable="true">
<FrameLayout
android:id="@+id/headerContainer"

View File

@@ -8,6 +8,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/white"
android:clickable="true"
android:theme="@style/Theme.MaterialComponents.Light">
<FrameLayout

View File

@@ -8,6 +8,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/white"
android:clickable="true"
android:theme="@style/Theme.MaterialComponents.Light">
<FrameLayout