mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2024-12-27 19:38:22 +01:00
Set default position of cursor at the end of query (#842)
This commit is contained in:
parent
926e50090e
commit
a18ae7d62e
@ -395,6 +395,7 @@ public class SearchActivity extends BaseActivity {
|
||||
|
||||
if (query != null) {
|
||||
searchEditText.setText(query);
|
||||
searchEditText.setSelection(query.length());
|
||||
query = null;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user