AndBible / and-bible

AndBible: Bible Study
https://andbible.org
GNU General Public License v3.0
549 stars 193 forks source link

"Find" on selection text: still submit selections greater than 15 chars #3279

Open wesinator opened 1 week ago

wesinator commented 1 week ago

Describe the pull request content This PR makes it so that the reader can still select text greater than 15 characters in length and send it to the search. Currently, selections greater than 15 don't generate a "Find" menu option because it always includes the search term in the menu title, and excludes a selection longer than 15. This is fixed by simply using the shorthand "Find" from the "search" string resource if the selected text is longer than 15 chars.