Skip to content
This repository has been archived by the owner on Apr 17, 2021. It is now read-only.

Commit

Permalink
No issue: Change a URL to ensure users see the best formatted website.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcomella committed Feb 1, 2018
1 parent 131111b commit b2526c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/src/main/java/org/mozilla/focus/fragment/HomeFragment.kt
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,9 @@ private class HomeTileAdapter(val onUrlEnteredListener: OnUrlEnteredListener) :
RecyclerView.Adapter<TileViewHolder>() {

val tiles = listOf(
HomeTile("https://youtube.com/tv", R.string.tile_youtube_tv,R.drawable.tile_youtube),
// Use this URL to ensure users see the best formatted website.
HomeTile("https://ftv.cdn.mozilla.net/ytht", R.string.tile_youtube_tv, R.drawable.tile_youtube),

HomeTile("https://www.google.com/search?tbm=vid", R.string.tile_google_video_search, R.drawable.tile_google),
HomeTile("http://imdb.com", R.string.tile_imdb, R.drawable.tile_imdb),
HomeTile("https://www.rottentomatoes.com", R.string.tile_rottentomatoes, R.drawable.tile_rotten_tomatoes),
Expand Down

0 comments on commit b2526c3

Please sign in to comment.