fix(2)
This commit is contained in:
parent
dfce1d08e1
commit
a56ec182e5
@ -146,7 +146,7 @@ namespace Liner
|
||||
{
|
||||
return false;
|
||||
}
|
||||
var otherMap = other as AbstractMap;
|
||||
var otherMap = other;
|
||||
if(otherMap == null)
|
||||
{
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user