forked from organicmaps/organicmaps
[ANDROID] Forgot to enable WindowHandle updates.
This commit is contained in:
parent
94b55d3835
commit
4fcc52f3aa
1 changed files with 2 additions and 0 deletions
|
@ -94,6 +94,8 @@ namespace android
|
|||
|
||||
m_work.SetRenderPolicy(new PartialRenderPolicy(m_videoTimer, params, make_shared_ptr(new android::RenderContext())));
|
||||
|
||||
m_work.SetUpdatesEnabled(true);
|
||||
|
||||
LOG(LDEBUG, ("AF::InitRenderer 2"));
|
||||
|
||||
m_work.ShowAll();
|
||||
|
|
Loading…
Add table
Reference in a new issue