mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Intercept click on background while operation in progress dialog is visible
This commit is contained in:
parent
e3f1611a0f
commit
c6550b6256
1 changed files with 2 additions and 0 deletions
|
|
@ -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}">
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue