Add aditional RenderLocks
This commit is contained in:
@@ -98,7 +98,10 @@ void BookInfoActivity::loadData() {
|
||||
|
||||
void BookInfoActivity::onEnter() {
|
||||
Activity::onEnter();
|
||||
renderLoading();
|
||||
{
|
||||
RenderLock lock(*this);
|
||||
renderLoading();
|
||||
}
|
||||
loadData();
|
||||
requestUpdate(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user