diff options
author | Chris Browet <koying@semperpax.com> | 2015-04-04 10:42:21 +0200 |
---|---|---|
committer | Chris Browet <koying@semperpax.com> | 2015-04-04 10:42:21 +0200 |
commit | 96d53d4275bbd05aeaec0449728f335bb084421c (patch) | |
tree | 6d4c54c262c8defa09115b55aca7c68e7b239d81 | |
parent | c56a8cab0b534a74cf9178271a520c61fa9fc0ef (diff) | |
parent | 8c861272130bb75f0de684530c35efb9c664c282 (diff) |
Merge pull request #6863 from koying/fixjnidetach
FIX: [jni] Do not detach UI thread
-rw-r--r-- | xbmc/android/jni/Context.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xbmc/android/jni/Context.cpp b/xbmc/android/jni/Context.cpp index 513da17eb1..c45686b59a 100644 --- a/xbmc/android/jni/Context.cpp +++ b/xbmc/android/jni/Context.cpp @@ -62,7 +62,6 @@ CJNIContext::CJNIContext(const ANativeActivity *nativeActivity) CJNIContext::~CJNIContext() { - xbmc_jni_on_unload(); } void CJNIContext::PopulateStaticFields() |