Skip to content

Commit

Permalink
Only link web URLs in GPS week rollover error text
Browse files Browse the repository at this point in the history
  • Loading branch information
barbeau committed Feb 28, 2020
1 parent abd3aa6 commit f4f6a65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GPSTest/src/main/res/layout/error_text_dialog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
android:paddingLeft="24dp"
android:paddingRight="10dp"
android:textSize="16sp"
android:autoLink="all"
android:linksClickable="true"></TextView>
android:autoLink="web"
android:linksClickable="true" />

0 comments on commit f4f6a65

Please sign in to comment.