Skip to content

Commit dabcdbc

Browse files
committed
try to fix the issue that we are able to click through the pin fragment and thus access things we should not
1 parent 7163291 commit dabcdbc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pflockscreen/src/main/res/layout/fragment_lock_screen_pf.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
33
android:id="@+id/fragment_pf"
44
android:layout_width="wrap_content"
5-
android:layout_height="wrap_content">
5+
android:layout_height="wrap_content"
6+
android:clickable="true"
7+
android:focusable="true">
68

79

810
<ImageView

0 commit comments

Comments
 (0)