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

Commit

Permalink
Fixes 1962: generalized submit on enter script to work on all <input>…
Browse files Browse the repository at this point in the history
… elements
  • Loading branch information
severinrudie authored and mcomella committed Nov 21, 2019
1 parent bde9f35 commit 6cf0040
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/src/main/java/org/mozilla/tv/firefox/ext/String.kt
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,3 @@ val String.isUriYouTubeTvVideo: Boolean

val String.isUriFxaSignIn: Boolean
get() = this.startsWith("https://accounts.firefox.com/authorization")

val String.isGoogleSearch: Boolean
get() = this.startsWith("https://www.google.com")

0 comments on commit 6cf0040

Please sign in to comment.