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

Commit a02d9031 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Set ClearDefaultsPreference as unselectable for talkback" into rvc-dev...

Merge "Set ClearDefaultsPreference as unselectable for talkback" into rvc-dev am: cdc7fffd am: 5228fbbb am: f6ae9a48

Change-Id: I189e511adebdd989015675fc729b531255dc271d
parents 9d584ced f6ae9a48
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -35,6 +35,7 @@
        android:layout_marginStart="-4dip"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:text="@string/clear_activities" />
        android:text="@string/clear_activities"
        style="@style/ActionPrimaryButton" />

</LinearLayout>
+2 −1
Original line number Diff line number Diff line
@@ -38,7 +38,8 @@
                        android:title="@string/app_launch_other_defaults_title">

        <com.android.settings.applications.ClearDefaultsPreference
            android:key="app_launch_clear_defaults"/>
            android:key="app_launch_clear_defaults"
            android:selectable="false"/>

    </PreferenceCategory>