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 4e7d7a2 commit 49d4494
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 49d4494

Please sign in to comment.