forked from organicmaps/organicmaps
[android] show only one back arrow in bookmark search
Signed-off-by: Arnaud Vergnet <arnaud.vergnet@mailo.com>
This commit is contained in:
parent
5260d7d9d3
commit
b45ccb640d
1 changed files with 6 additions and 0 deletions
|
@ -43,4 +43,10 @@ public class BookmarksToolbarController extends SearchToolbarController
|
|||
else
|
||||
mFragment.cancelSearch();
|
||||
}
|
||||
|
||||
@Override
|
||||
protected boolean showBackButton()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue