This commit is contained in:
parent
390848ea2f
commit
45b7f61fe8
1 changed files with 11 additions and 0 deletions
|
@ -133,6 +133,17 @@ public abstract class MenuTitleController {
|
|||
}
|
||||
|
||||
protected void acquireStreetName() {
|
||||
if (searchingAddress) {
|
||||
cancelSearch = true;
|
||||
getMapActivity().getMyApplication().runInUIThread(new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
acquireStreetName();
|
||||
}
|
||||
}, 50);
|
||||
return;
|
||||
}
|
||||
|
||||
searchingAddress = true;
|
||||
cancelSearch = false;
|
||||
Location ll = new Location("");
|
||||
|
|
Loading…
Reference in a new issue