Fix compile issue

This commit is contained in:
Thomas Stockx 2019-10-28 10:41:47 +01:00
parent 690c989ea4
commit 793fc0a32f
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ public class UnityView extends FrameLayout {
@Override
protected void onDetachedFromWindow() {
// todo: fix more than one unity view, don't add to background.
UnityUtils.addUnityViewToBackground();
// UnityUtils.addUnityViewToBackground();
super.onDetachedFromWindow();
}
}