Skip to content

Commit

Permalink
Added android:filterTouchesWhenObscured="true" for every activity in …
Browse files Browse the repository at this point in the history
…the app.| #2441 (#2443)
  • Loading branch information
DenBond7 committed Aug 30, 2023
1 parent 76cbd4c commit c2b7471
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions FlowCrypt/src/main/res/layout/activity_create_message.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:filterTouchesWhenObscured="true"
tools:context="com.flowcrypt.email.ui.activity.CreateMessageActivity">

<com.google.android.material.appbar.AppBarLayout
Expand Down
1 change: 1 addition & 0 deletions FlowCrypt/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true"
android:filterTouchesWhenObscured="true"
tools:openDrawer="start">

<androidx.constraintlayout.widget.ConstraintLayout
Expand Down

0 comments on commit c2b7471

Please sign in to comment.