Fix multi context menu npe
This commit is contained in:
parent
3e350cbb43
commit
493bce7844
1 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,8 @@ public abstract class MenuTitleController {
|
|||
|
||||
private AddressLookupRequest addressLookupRequest;
|
||||
|
||||
protected String searchAddressStr;
|
||||
protected String addressNotFoundStr;
|
||||
protected String searchAddressStr = "";
|
||||
protected String addressNotFoundStr = "";
|
||||
|
||||
@Nullable
|
||||
public abstract MapActivity getMapActivity();
|
||||
|
|
Loading…
Reference in a new issue