Skip to content
Snippets Groups Projects
Commit 3c03ea38 authored by Yuri Chebotarev's avatar Yuri Chebotarev
Browse files

fix fir Critical EXT-1977 Local Chat Toasts Sometimes Dropped

--HG--
branch : product-engine
parent 6bb24921
No related branches found
No related tags found
No related merge requests found
...@@ -262,8 +262,9 @@ void LLNearbyChatScreenChannel::showToastsBottom() ...@@ -262,8 +262,9 @@ void LLNearbyChatScreenChannel::showToastsBottom()
toast_rect.setLeftTopAndSize(getRect().mLeft , toast_top, toast_rect.getWidth() ,toast_rect.getHeight()); toast_rect.setLeftTopAndSize(getRect().mLeft , toast_top, toast_rect.getWidth() ,toast_rect.getHeight());
toast->setRect(toast_rect); toast->setRect(toast_rect);
toast->setIsHidden(false);
toast->setVisible(TRUE); toast->setVisible(TRUE);
bottom = toast->getRect().mTop; bottom = toast->getRect().mTop;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment