Skip to content

Commit

Permalink
For mozilla-mobile#10285: Swap TextView for a LinkTextView to improve…
Browse files Browse the repository at this point in the history
… a11y.
  • Loading branch information
mcarare committed Jun 2, 2020
1 parent a99d965 commit 3dce339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/private_browsing_description.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
android:textSize="14sp"
tools:text="@string/private_browsing_placeholder_description_2" />

<TextView
<org.mozilla.fenix.utils.LinkTextView
android:id="@+id/private_session_common_myths"
android:layout_width="match_parent"
android:layout_height="wrap_content"
Expand Down

0 comments on commit 3dce339

Please sign in to comment.