Merge pull request #71 from thomas-stockx/feature/fix_68

Fix compile issue on Android
This commit is contained in:
Thomas 2019-10-28 10:43:28 +01:00 committed by GitHub
commit c5418de551
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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();
}
}