Fix multi context menu npe

This commit is contained in:
max-klaus 2020-09-24 15:18:07 +03:00
parent ef343e5423
commit 8d70ba97fe

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