Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b2ef6d86 authored by Hugo Hudson's avatar Hugo Hudson
Browse files

Fix for the proximity sensor.

- The blank view we were displaying over the screen when the proximity
  sensor was active was not actually stopping keypresses - it was as
  though it was transparent.

Bug: 5283095
Change-Id: I8a772fb3faad3707adf0fd04b302130d18b7c73b
parent a1ba91f5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -209,5 +209,6 @@
        android:layout_alignParentTop="true"
        android:background="#000000"
        android:visibility="gone"
        android:clickable="true"
    />
</RelativeLayout>