TP-40337 | Fix issue with previous screen click on final screen (#7747)
This commit is contained in:
committed by
GitHub
parent
060a7eb4da
commit
af31b4ac87
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user