Fix multi context menu npe

This commit is contained in:
max-klaus 2020-09-24 15:18:07 +03:00
parent 3e350cbb43
commit 493bce7844

View file

@ -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();