diff options
Diffstat (limited to 'indra/newview/llnotificationtiphandler.cpp')
| -rw-r--r-- | indra/newview/llnotificationtiphandler.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/llnotificationtiphandler.cpp b/indra/newview/llnotificationtiphandler.cpp index 507c6686fd..a420c0d2ed 100644 --- a/indra/newview/llnotificationtiphandler.cpp +++ b/indra/newview/llnotificationtiphandler.cpp @@ -86,7 +86,7 @@ bool LLTipHandler::processNotification(const LLNotificationPtr& notification)  		// don't show toast if Nearby Chat is opened  		LLNearbyChat* nearby_chat = LLNearbyChat::getInstance(); -		if (!nearby_chat->isMinimized() && nearby_chat->getVisible()) +		if (nearby_chat->isChatVisible())  		{  			return false;  		} | 
