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

Commit c313dd80 authored by Jaikumar Ganesh's avatar Jaikumar Ganesh
Browse files

Cannot cancel files transfer shared using Bluetooth.

If these views are clickable, the parent view doesn't get the events and you
can't click on the notification.
Bug:3173077

Change-Id: I1e293e2f6d16081b78c430dd61da35ad1a24f8bc
parent e1fb5654
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -19,7 +19,6 @@
            android:orientation="vertical"
            android:paddingTop="8dp"
            android:focusable="true"
            android:clickable="true"
            >
            <ImageView
                android:id="@+id/appIcon"
@@ -43,14 +42,12 @@
            android:layout_height="match_parent"
            android:orientation="vertical"
            android:focusable="true"
            android:clickable="true"
            >
            <LinearLayout
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:orientation="horizontal"
                android:focusable="true"
                android:clickable="true"
                android:layout_alignParentTop="true"
                android:paddingTop="10dp"
                >