When we call leavePlace() make sure locationDidChange() is dispatched to
listeners letting them know that we're no longer in a location. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4805 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -191,6 +191,10 @@ public class LocationDirector extends BasicDirector
|
||||
|
||||
_lservice.leavePlace(_ctx.getClient());
|
||||
didLeavePlace();
|
||||
|
||||
// let our observers know that we're no longer in a location
|
||||
_observers.apply(_didChangeOp);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user