forked from organicmaps/organicmaps
[android] fix: Avoid system edit toolbar.
This commit is contained in:
parent
eb652f4b23
commit
a86d61742d
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ public class SearchToolbarController extends ToolbarController
|
|||
{
|
||||
mQuery.setText(query);
|
||||
if (!TextUtils.isEmpty(query))
|
||||
mQuery.selectAll();
|
||||
mQuery.setSelection(query.length());
|
||||
}
|
||||
|
||||
public void clear()
|
||||
|
|
Loading…
Add table
Reference in a new issue