AdressText cleared display name should be null object
This commit is contained in:
parent
0f936a4dca
commit
38cb134751
3 changed files with 3 additions and 3 deletions
|
@ -56,7 +56,7 @@ public class AddressText extends EditText implements AddressType {
|
|||
}
|
||||
|
||||
public void clearDisplayedName() {
|
||||
displayedName = "";
|
||||
displayedName = null;
|
||||
}
|
||||
|
||||
public String getDisplayedName() {
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 5c4514cf7d37a40e20f4d314b79ce81aae85c7c5
|
||||
Subproject commit 525a4ffb798c5cc2ef137af52d1255de9ef95fbf
|
|
@ -1 +1 @@
|
|||
Subproject commit 644008c6295236c9bb2dd2a1e443f616afca7967
|
||||
Subproject commit bf0db8f9e4e18b4745a55e7943b59ced8ff4a8d2
|
Loading…
Reference in a new issue