Intercept click on background while operation in progress dialog is visible

This commit is contained in:
Sylvain Berfini 2024-06-24 14:10:07 +02:00
parent e3f1611a0f
commit c6550b6256

View file

@ -12,6 +12,8 @@
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:focusable="true"
android:clickable="true"
android:background="@color/dialog_background"
android:visibility="@{visibility ? View.VISIBLE : View.GONE, default=gone}">