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

Commit b59dd686 authored by Evan Chen's avatar Evan Chen Committed by Automerger Merge Worker
Browse files

Merge "Make contentDescription to null for permission icon and device icon"...

Merge "Make contentDescription to null for permission icon and device icon" into tm-qpr-dev am: e946e93d am: 43661f5a

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/19819466



Change-Id: Ifd31cb28ad051a3f7f4f29ddab6a3abb407666a8
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 2b6c3501 43661f5a
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -29,7 +29,9 @@
        android:layout_width="24dp"
        android:layout_height="24dp"
        android:layout_marginStart="24dp"
        android:tint="@android:color/system_accent1_600"/>
        android:tint="@android:color/system_accent1_600"
        android:importantForAccessibility="no"
        android:contentDescription="@null"/>

    <TextView
        android:id="@android:id/text1"
+2 −1
Original line number Diff line number Diff line
@@ -30,7 +30,8 @@
        android:layout_height="24dp"
        android:layout_marginTop="8dp"
        android:layout_marginEnd="12dp"
        android:contentDescription="Permission Icon"/>
        android:importantForAccessibility="no"
        android:contentDescription="@null"/>

    <LinearLayout
        android:layout_width="match_parent"
+1 −1
Original line number Diff line number Diff line
@@ -105,7 +105,7 @@ public class CompanionDeviceDiscoveryService extends Service {

    private final Runnable mTimeoutRunnable = this::timeout;

    private boolean mStopAfterFirstMatch;;
    private boolean mStopAfterFirstMatch;

    /**
     * A state enum for devices' discovery.